From 0ad7b308a1c602ddab73668952cdf3837623b877 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 Dec 2005 17:15:48 +0000 Subject: r12514: Move DCE/RPC interface table to a seperate file Be a bit more strict when checking for duplicate interfaces (This used to be commit b1286a6d27e2b5aa26f288f6aff70601b0d8ae74) --- source4/torture/com/simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/com') diff --git a/source4/torture/com/simple.c b/source4/torture/com/simple.c index de16b113a2..09061422f5 100644 --- a/source4/torture/com/simple.c +++ b/source4/torture/com/simple.c @@ -41,8 +41,8 @@ static BOOL test_readwrite(TALLOC_CTX *mem_ctx, const char *host) com_init_ctx(&ctx, NULL); dcom_client_init(ctx, cmdline_credentials); - GUID_from_string(COM_ISTREAM_UUID, &IID[0]); - GUID_from_string(COM_IUNKNOWN_UUID, &IID[1]); + IID[0] = dcerpc_table_IStream.uuid; + IID[1] = dcerpc_table_IUnknown.uuid; GUID_from_string(CLSID_SIMPLE, &clsid); if (host) { -- cgit