From ce84ab9a83441845202e99f8ffd4512839926024 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 18 Aug 2007 06:57:49 +0000 Subject: r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id and move it into misc.idl The goal is to get rid a all dcerpc specific stuff in the generated ndr layer. metze (This used to be commit 2ed014cfb894cccab1654e3f7d5876393e2b52d7) --- source4/torture/rpc/scanner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/rpc/scanner.c') diff --git a/source4/torture/rpc/scanner.c b/source4/torture/rpc/scanner.c index 0859ab93c2..62de0a9e63 100644 --- a/source4/torture/rpc/scanner.c +++ b/source4/torture/rpc/scanner.c @@ -30,7 +30,7 @@ */ static BOOL test_num_calls(const struct dcerpc_interface_table *iface, TALLOC_CTX *mem_ctx, - struct dcerpc_syntax_id *id) + struct ndr_syntax_id *id) { struct dcerpc_pipe *p; NTSTATUS status; @@ -40,7 +40,7 @@ static BOOL test_num_calls(const struct dcerpc_interface_table *iface, struct dcerpc_interface_table tbl; /* FIXME: This should be fixed when torture_rpc_connection - * takes a dcerpc_syntax_id */ + * takes a ndr_syntax_id */ tbl.name = iface->name; tbl.syntax_id = *id; -- cgit