]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_default: make disconnect a no-op for Persistent Handles
authorRalph Boehme <slow@samba.org>
Tue, 2 Dec 2025 18:44:44 +0000 (19:44 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 17 Jul 2026 10:18:36 +0000 (10:18 +0000)
commitbca4efedc4b60981d1ff3307b99e3f85b341f1f0
tree30e6b54d6c347c3a7eef6cd5961f7adfdf87074b
parentea954b5a044ae51a853f1d51ba7f352a87c49ed9
vfs_default: make disconnect a no-op for Persistent Handles

Basically just copy the existing initial cookie and call it a day. That way the
resulting overall disconnect/reconnect behaviour is the same for Persistent
Handles regardless of a server side process or node crash, or a TCP disconnect.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/smbd/durable.c