]> git.ipfire.org Git - thirdparty/samba.git/commit
smbtorture: close handle and delete file in tree_base()
authorRalph Boehme <slow@samba.org>
Sun, 21 Aug 2022 16:55:29 +0000 (18:55 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 29 Aug 2022 17:22:32 +0000 (17:22 +0000)
commit12e0c579785b84a99ad6f1877aa1c45391aba60e
tree5a19cdee17c8987db5638a6cabc57cd8dc5f6949
parent0d5016fb3a906e3b3c7db753d1b1c8f9904a4894
smbtorture: close handle and delete file in tree_base()

Otherwise the session might still be around with the open handle when the next
test starts and then fails to delete the testfile.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14215

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/rpc/fsrvp.c