Author: tridge
Date: 2004-09-03 09:17:32 +0000 (Fri, 03 Sep 2004)
New Revision: 2203

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/torture/rpc&rev=2203&nolog=1

Log:
delete the key after testing, so as not to clutter the server with random keys




Modified:
   branches/SAMBA_4_0/source/torture/rpc/lsa.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/lsa.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/lsa.c 2004-09-03 09:09:59 UTC (rev 2202)
+++ branches/SAMBA_4_0/source/torture/rpc/lsa.c 2004-09-03 09:17:32 UTC (rev 2203)
@@ -637,6 +637,8 @@
 
         torture_rpc_close(p_tcp);
 
+       test_Delete(p_smb, mem_ctx, &sec_handle);
+
        return True;
 }
 

Reply via email to