1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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

This commit is contained in:
Andrew Tridgell 2004-09-03 09:09:59 +00:00 committed by Gerald (Jerry) Carter
parent e1d13631f0
commit 591ee2308c

View File

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