]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: libsmb: Add in (currently unused) function dns_lookup_list().
authorJeremy Allison <jra@samba.org>
Tue, 21 Jul 2020 01:31:16 +0000 (18:31 -0700)
committerIsaac Boukris <iboukris@sn-devel-184>
Tue, 4 Aug 2020 08:51:42 +0000 (08:51 +0000)
commitd0fa32bdcda523df628a7ab96e6598d5f8ea41d4
treeb19eb5b176ef7f3ccb5da574d7f70b3a4529d66e
parent97781fe0aeb8d5e000954d23543c450322962ab6
s3: libsmb: Add in (currently unused) function dns_lookup_list().

This function takes a list of names returned from a DNS SRV
query which didn't have returned IP addresses and returns an
array of struct sockaddr_storage.

Currently synchronous, but this is the function that will
be changed to be asynchronous later.

Compiles but commented out for now so we don't get "unused
function" warnings.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Isaac Boukris <iboukris@samba.org>
source3/libsmb/namequery.c