svn commit: samba r2203 - in branches/SAMBA_4_0/source/torture/rpc: .

tridge at samba.org tridge at samba.org
Fri Sep 3 09:17:32 GMT 2004


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



More information about the samba-cvs mailing list