]> git.ipfire.org Git - thirdparty/samba.git/commit
s3/scavenger: call smbXsrv_open_cleanup() before share_mode_cleanup_disconnected()
authorRalph Boehme <slow@samba.org>
Mon, 25 Mar 2024 14:53:15 +0000 (15:53 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 6 Jun 2025 16:16:34 +0000 (16:16 +0000)
commitff9bb28eeb8534ddae138030e1df3f3059f9063f
tree89d6de7dcb321b4710c54c9259956b3aa6f61a2c
parentaa52db96ceeb0fa2dfbbdc2eafa6b50e32a6d18a
s3/scavenger: call smbXsrv_open_cleanup() before share_mode_cleanup_disconnected()

This ensures smbXsrv_open_cleanup(), which checks durable_timeout_msec, will detect
a repeated DH disconnect that has reset the durable_timeout_msec.

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

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Ralph Boehme <slow@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
selftest/knownfail.d/samba3.smb2.durable-v2-open [deleted file]
source3/smbd/scavenger.c
source3/smbd/smbXsrv_open.c