From 73da5b1e873e5998fc862c361db70788a352414a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 3 Sep 2004 09:09:59 +0000 Subject: r2202: don't close the smb pipe after the puzzle test (This used to be commit 591ee2308c95982caf5453d35ebf6530208037fd) --- source4/torture/rpc/lsa.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c index 4e2f05b84b..b870a6bb08 100644 --- a/source4/torture/rpc/lsa.c +++ b/source4/torture/rpc/lsa.c @@ -635,8 +635,6 @@ static BOOL test_lsakey_puzzle(struct dcerpc_pipe *p_smb, printf("Test-text:\n"); dump_data(0, blob2.data, blob2.length); - talloc_destroy(mem_ctx); - torture_rpc_close(p_smb); torture_rpc_close(p_tcp); return True; -- cgit