]> 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)
committerJule Anger <janger@samba.org>
Wed, 2 Oct 2024 14:34:13 +0000 (14:34 +0000)
commit92d7e6c6339bfa686b9e63cdaa33db9013eff2a1
tree01b93aa001cf7677af0d378396d3f675c1012492
parent153f9027c9682f8860fe0c39bdc7659089d7c4a4
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>
(cherry picked from commit a91457f97c98fcec1ed062514c364271af1df669)
source3/smbd/durable.c