]> git.ipfire.org Git - thirdparty/samba.git/commit
libads: Simplify ads_fill_cldap_reply()
authorVolker Lendecke <vl@samba.org>
Mon, 28 Oct 2024 12:20:56 +0000 (13:20 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 11 Nov 2024 14:03:04 +0000 (14:03 +0000)
commitfc7c55c9389ec001473f91208275676f382408ef
treedfdccdd027548558c610868ccca73c877dd0db5d
parent759665fcf235c1f61f4963bd70eaa3ca3fa833a7
libads: Simplify ads_fill_cldap_reply()

Both callers now guarantee via the filter in netlogon_pings() that the
reply contains DCs that have the required flags set. Remove those
checks from ads_fill_cldap_reply()

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/libads/ldap.c