1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:torture:smb2:durable_open: use the correct tree in the final close call

This commit is contained in:
Michael Adam 2012-02-23 15:35:15 +01:00
parent 687e065036
commit b041d28fea

View File

@ -590,7 +590,7 @@ bool test_durable_open_reopen4(struct torture_context *tctx,
done:
if (h != NULL) {
smb2_util_close(tree, *h);
smb2_util_close(tree2, *h);
}
smb2_util_unlink(tree2, fname);