summaryrefslogtreecommitdiff
path: root/source4/torture/com/simple.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-26 00:59:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:17 -0500
commit42da534d66c14c60844568246a2862da7b49f1d5 (patch)
tree4c8156ae3cb44be0483bce10b5f60bad1bd286c7 /source4/torture/com/simple.c
parent7780e2bfa1e446d02a0168e85bf7713fd4ce475b (diff)
downloadsamba-42da534d66c14c60844568246a2862da7b49f1d5.tar.gz
samba-42da534d66c14c60844568246a2862da7b49f1d5.tar.bz2
samba-42da534d66c14c60844568246a2862da7b49f1d5.zip
r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhere
(This used to be commit a316b33057f3ec8532677980e093cd327d33f257)
Diffstat (limited to 'source4/torture/com/simple.c')
-rw-r--r--source4/torture/com/simple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/com/simple.c b/source4/torture/com/simple.c
index aaae0f7ce6..bb67ca7bba 100644
--- a/source4/torture/com/simple.c
+++ b/source4/torture/com/simple.c
@@ -46,8 +46,8 @@ static BOOL test_readwrite(TALLOC_CTX *mem_ctx, const char *host)
com_init_ctx(&ctx, NULL);
dcom_client_init(ctx, cmdline_credentials);
- IID[0] = dcerpc_table_IStream.uuid;
- IID[1] = dcerpc_table_IUnknown.uuid;
+ IID[0] = dcerpc_table_IStream.syntax_id.uuid;
+ IID[1] = dcerpc_table_IUnknown.syntax_id.uuid;
GUID_from_string(CLSID_SIMPLE, &clsid);
if (host) {