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

vlendec at samba.org vlendec at samba.org
Sun Jul 3 17:35:20 GMT 2005


Author: vlendec
Date: 2005-07-03 17:35:19 +0000 (Sun, 03 Jul 2005)
New Revision: 8099

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8099

Log:
clean up after BASE-TCON
Modified:
   branches/SAMBA_4_0/source/torture/torture.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/torture.c
===================================================================
--- branches/SAMBA_4_0/source/torture/torture.c	2005-07-03 17:17:32 UTC (rev 8098)
+++ branches/SAMBA_4_0/source/torture/torture.c	2005-07-03 17:35:19 UTC (rev 8099)
@@ -550,6 +550,8 @@
 	cli->tree = tree1;  /* restore initial tree */
 	cli->tree->tid = cnum1;
 
+	smbcli_unlink(tree1, fname);
+
 	if (!torture_close_connection(cli)) {
 		return False;
 	}



More information about the samba-cvs mailing list