diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-09-03 09:09:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:31 -0500 |
commit | 73da5b1e873e5998fc862c361db70788a352414a (patch) | |
tree | b0c7763b7fa2fd12024e54e9e5c299d98c6914af /source4/torture | |
parent | b702a07f0b8abc62e4724c8ef9617486fa59c003 (diff) | |
download | samba-73da5b1e873e5998fc862c361db70788a352414a.tar.gz samba-73da5b1e873e5998fc862c361db70788a352414a.tar.bz2 samba-73da5b1e873e5998fc862c361db70788a352414a.zip |
r2202: don't close the smb pipe after the puzzle test
(This used to be commit 591ee2308c95982caf5453d35ebf6530208037fd)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/lsa.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |