Remove use of C++ keywords.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 16 Dec 2008 18:07:02 +0000 (19:07 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 16 Dec 2008 18:07:02 +0000 (19:07 +0100)
source4/torture/rpc/oxidresolve.c
source4/torture/rpc/remact.c

index 02edb306b3a298383007973fb4fb4255bc3c4f1c..8e334f453951efe412008407dde1319e77c53ba8 100644 (file)
@@ -48,9 +48,9 @@ static bool test_RemoteActivation(struct torture_context *tctx,
        }
 
        ZERO_STRUCT(r.in);
-       r.in.this.version.MajorVersion = 5;
-       r.in.this.version.MinorVersion = 1;
-       r.in.this.cid = GUID_random();
+       r.in.this_object.version.MajorVersion = 5;
+       r.in.this_object.version.MinorVersion = 1;
+       r.in.this_object.cid = GUID_random();
        GUID_from_string(CLSID_IMAGEDOC, &r.in.Clsid);
        r.in.ClientImpLevel = RPC_C_IMP_LEVEL_IDENTIFY;
        r.in.num_protseqs = 3;
index 1fc3c1376b03715089ebc3a13dd5a80db1ad12d8..0c5ac09977a33395809e7716cbe106cdba003eae 100644 (file)
@@ -37,9 +37,9 @@ static bool test_RemoteActivation(struct torture_context *tctx,
        uint16_t protseq[3] = { EPM_PROTOCOL_TCP, EPM_PROTOCOL_NCALRPC, EPM_PROTOCOL_UUID };
 
        ZERO_STRUCT(r.in);
-       r.in.this.version.MajorVersion = 5;
-       r.in.this.version.MinorVersion = 1;
-       r.in.this.cid = GUID_random();
+       r.in.this_object.version.MajorVersion = 5;
+       r.in.this_object.version.MinorVersion = 1;
+       r.in.this_object.cid = GUID_random();
        GUID_from_string(CLSID_IMAGEDOC, &r.in.Clsid);
        r.in.ClientImpLevel = RPC_C_IMP_LEVEL_IDENTIFY;
        r.in.num_protseqs = 3;