r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhere
[nivanova/samba-autobuild/.git] / source4 / torture / com / simple.c
index aaae0f7ce63daaf530ef86eb4ad813edcce196e5..bb67ca7bba4a7503a8e789010f7bfcc706943afa 100644 (file)
@@ -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) {