]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:winbindd: Call winbind_add_failed_connection_entry() for the correct dc name
authorPavel Filipenský <pfilipensky@samba.org>
Mon, 18 Sep 2023 09:16:39 +0000 (11:16 +0200)
committerPavel Filipensky <pfilipensky@samba.org>
Wed, 11 Oct 2023 16:42:15 +0000 (16:42 +0000)
commit027332cee56472aae4b349ede554fc8a76e6e2c4
tree675e49933fc9abfdd4bba10581f8314cd0a8b87a
parent928ce91eb7baf96fff1c35f60d02600302f69566
s3:winbindd: Call winbind_add_failed_connection_entry() for the correct dc name

We were calling winbind_add_failed_connection_entry() for saf_servername
which is NULL.  domain->dcname should be used instead.

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org>
Autobuild-Date(master): Wed Oct 11 16:42:15 UTC 2023 on atb-devel-224
source3/winbindd/winbindd_cm.c