]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: consolidate DH reconnect failure code
authorRalph Boehme <slow@samba.org>
Tue, 9 Apr 2024 12:52:44 +0000 (14:52 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 19 Sep 2024 18:27:33 +0000 (18:27 +0000)
commita91457f97c98fcec1ed062514c364271af1df669
treebc9a491fb3d4f74addb3ae3f36ef159bcf06f47a
parent14875448ca06a3a28800343a3a326f1a66bccec0
smbd: consolidate DH reconnect failure code

No change in behaviour, except that we now
also call fd_close() if vfs_default_durable_cookie()
failed.

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

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Ralph Boehme <slow@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/smbd/durable.c