diff --git a/source/torture/torture.c b/source/torture/torture.c index 84734569d0b..9fc0bc7b4e4 100644 --- a/source/torture/torture.c +++ b/source/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 */