diff options
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/test_async_echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_async_echo.c b/source3/torture/test_async_echo.c index 6df95dd51e..f21daa4485 100644 --- a/source3/torture/test_async_echo.c +++ b/source3/torture/test_async_echo.c @@ -82,7 +82,7 @@ bool run_async_echo(int dummy) printf("torture_open_connection failed\n"); goto fail; } - status = cli_rpc_pipe_open_noauth(cli, &ndr_table_rpcecho.syntax_id, + status = cli_rpc_pipe_open_noauth(cli, &ndr_table_rpcecho, &p); if (!NT_STATUS_IS_OK(status)) { printf("Could not open echo pipe: %s\n", nt_errstr(status)); |