Author: jelmer
Date: 2004-10-31 20:57:19 +0000 (Sun, 31 Oct 2004)
New Revision: 3416

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3416

Log:
Typos

Modified:
   branches/SAMBA_4_0/source/torture/rpc/remact.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/remact.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/remact.c      2004-10-31 19:07:28 UTC (rev 
3415)
+++ branches/SAMBA_4_0/source/torture/rpc/remact.c      2004-10-31 20:57:19 UTC (rev 
3416)
@@ -37,8 +37,8 @@
        r.in.this.version.MinorVersion = 1;
        uuid_generate_random(&r.in.this.cid);
        GUID_from_string(CLSID_SIMPLE, &r.in.Clsid);
-       r.in.num_protseqs = 1;
        r.in.ClientImpLevel = RPC_C_IMP_LEVEL_IDENTIFY;
+       r.in.num_protseqs = 2;
        r.in.protseq = protseq;
        r.in.Interfaces = 1;
        GUID_from_string(DCERPC_IUNKNOWN_UUID, &iids[0]);
@@ -55,8 +55,8 @@
                return 0;
        }
 
-       if(!W_ERROR_IS_OK(W_ERROR(r.out.phr))) {
-               fprintf(stderr, "RemoteActivation: %s\n", 
win_errstr(W_ERROR(r.out.phr)));
+       if(!W_ERROR_IS_OK(W_ERROR(r.out.hr))) {
+               fprintf(stderr, "RemoteActivation: %s\n", 
win_errstr(W_ERROR(r.out.hr)));
                return 0;
        }
 

Reply via email to