]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: libsmb: Finally change _internal_resolve_name() to return a talloc'ed ip_service...
authorJeremy Allison <jra@samba.org>
Thu, 27 Aug 2020 02:05:28 +0000 (19:05 -0700)
committerNoel Power <npower@samba.org>
Mon, 7 Sep 2020 13:23:43 +0000 (13:23 +0000)
commit68e12688f2b4986ad4b4e222ae4340d4e4e10a5b
tree9d7fbce9e23df8fe9994c6cb3cc55218c27aeaf2
parent863ab1af625291d809d7e5e721145e46a18d863d
s3: libsmb: Finally change _internal_resolve_name() to return a talloc'ed ip_service array.

The wrapper internal_resolve_name() is now functionaly identical to _internal_resolve_name()
so we can remove it and rename _internal_resolve_name() back to internal_resolve_name().

dup_ip_service_array() is now no longer used, so comment it
out as it's a staic function.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
source3/libsmb/namequery.c