From 5c5cff0a722a0925ae75ea7aa11ede0d82d5b92d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 24 May 2013 13:44:00 +0200 Subject: s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_tcp(). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- source3/torture/rpc_open_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/rpc_open_tcp.c') diff --git a/source3/torture/rpc_open_tcp.c b/source3/torture/rpc_open_tcp.c index d29f4cfbee..cd27b5ff20 100644 --- a/source3/torture/rpc_open_tcp.c +++ b/source3/torture/rpc_open_tcp.c @@ -95,7 +95,7 @@ int main(int argc, const char **argv) } status = rpc_pipe_open_tcp(mem_ctx, argv[2], NULL, - &((*table)->syntax_id), + *table, &rpc_pipe); if (!NT_STATUS_IS_OK(status)) { d_printf("ERROR calling rpc_pipe_open_tcp(): %s\n", -- cgit