From 661a6f7c44fda8f4e151b5f7560a5cf9d613b510 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 3 Jul 2005 17:35:19 +0000 Subject: r8099: clean up after BASE-TCON (This used to be commit 23bff7bf6cf437e78db50b09f69fd1fbdf6aab35) --- source4/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') 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; } -- cgit