summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/remact.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-16 19:07:02 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-16 19:07:02 +0100
commit53c82ae7a352043a305b865840aaafa1ea4c0d40 (patch)
tree4a2034333ff4ae38c66ca5f654d57f91a3ebbb16 /source4/torture/rpc/remact.c
parentb5a0c4cefed62fcb67c5f214bed27083a44b012d (diff)
downloadsamba-53c82ae7a352043a305b865840aaafa1ea4c0d40.tar.gz
samba-53c82ae7a352043a305b865840aaafa1ea4c0d40.tar.bz2
samba-53c82ae7a352043a305b865840aaafa1ea4c0d40.zip
Remove use of C++ keywords.
Diffstat (limited to 'source4/torture/rpc/remact.c')
-rw-r--r--source4/torture/rpc/remact.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/rpc/remact.c b/source4/torture/rpc/remact.c
index 1fc3c1376b..0c5ac09977 100644
--- a/source4/torture/rpc/remact.c
+++ b/source4/torture/rpc/remact.c
@@ -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;