r2202: don't close the smb pipe after the puzzle test
authorAndrew Tridgell <tridge@samba.org>
Fri, 3 Sep 2004 09:09:59 +0000 (09:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:31 +0000 (12:58 -0500)
source/torture/rpc/lsa.c

index 4e2f05b84b49b44d31fd584ff8bf06799554eea3..b870a6bb08c60306b26fd26d5f464d65b3944c07 100644 (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;