]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: libsmb: Remove last caller of get_sorted_dc_list() from rpc_dc_name().
authorJeremy Allison <jra@samba.org>
Wed, 9 Sep 2020 01:02:18 +0000 (18:02 -0700)
committerNoel Power <npower@samba.org>
Tue, 15 Sep 2020 10:09:38 +0000 (10:09 +0000)
commitffed032bf09a27c039e8a6a4db024d3ba5ef3d85
tree7c5e3562218a17a3d25714e0caa116f70c734c80
parentcb5b69fb6f121b62482bc8d94c165eaee4710ede
s3: libsmb: Remove last caller of get_sorted_dc_list() from rpc_dc_name().

Now only get_sorted_dc_list_sa() left.
Now we can remove get_sorted_dc_list() and rename
get_sorted_dc_list_sa() back to get_sorted_dc_list().

One more external user of struct ip_service gone.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <noel.power@suse.com>
source3/libsmb/namequery_dc.c