1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r8099: clean up after BASE-TCON

This commit is contained in:
Volker Lendecke 2005-07-03 17:35:19 +00:00 committed by Gerald (Jerry) Carter
parent 88e7b9c237
commit 23bff7bf6c

View File

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