summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-07-03 17:35:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:08 -0500
commit661a6f7c44fda8f4e151b5f7560a5cf9d613b510 (patch)
tree656b667276a6360dd287b8819d96084fe4ddbd30 /source4
parentce7a0d47ea9609f63e929e478fa7b068b5624ae7 (diff)
downloadsamba-661a6f7c44fda8f4e151b5f7560a5cf9d613b510.tar.gz
samba-661a6f7c44fda8f4e151b5f7560a5cf9d613b510.tar.bz2
samba-661a6f7c44fda8f4e151b5f7560a5cf9d613b510.zip
r8099: clean up after BASE-TCON
(This used to be commit 23bff7bf6cf437e78db50b09f69fd1fbdf6aab35)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/torture.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index d50c919630..7e8f8457a4 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -550,6 +550,8 @@ static BOOL run_tcon_test(void)
cli->tree = tree1; /* restore initial tree */
cli->tree->tid = cnum1;
+ smbcli_unlink(tree1, fname);
+
if (!torture_close_connection(cli)) {
return False;
}