1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

r2202: don't close the smb pipe after the puzzle test

(This used to be commit 591ee2308c95982caf5453d35ebf6530208037fd)
This commit is contained in:
Andrew Tridgell 2004-09-03 09:09:59 +00:00 committed by Gerald (Jerry) Carter
parent b702a07f0b
commit 73da5b1e87

@ -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;