diff options
Diffstat (limited to 'source4/torture/rpc/schannel.c')
-rw-r--r-- | source4/torture/rpc/schannel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/schannel.c b/source4/torture/rpc/schannel.c index 5ec466f0c1..b220b9ff65 100644 --- a/source4/torture/rpc/schannel.c +++ b/source4/torture/rpc/schannel.c @@ -122,8 +122,8 @@ static BOOL test_schannel(TALLOC_CTX *mem_ctx, NTSTATUS status; const char *binding = lp_parm_string(-1, "torture", "binding"); struct dcerpc_binding b; - struct dcerpc_pipe *p; - struct dcerpc_pipe *p_netlogon; + struct dcerpc_pipe *p = NULL; + struct dcerpc_pipe *p_netlogon = NULL; struct creds_CredentialState *creds; join_ctx = torture_join_domain(TEST_MACHINE_NAME, lp_workgroup(), acct_flags, |