diff options
-rw-r--r-- | source4/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 84734569d0..9fc0bc7b4e 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -226,7 +226,7 @@ NTSTATUS torture_rpc_connection(struct dcerpc_pipe **p, cli_tree_close(cli->tree); /* bind to the pipe, using the uuid as the key */ -#if 0 +#if 1 status = dcerpc_bind_auth_none(*p, pipe_uuid, pipe_version); #else /* enable signing on tcp connections */ |