mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
97781fe0ae
Pass in talloc_tos() to make it match the other resolve_XXX() functions. No memory leaks as this is used for transient data and is cleaned up when the calling frame in internal_resolve_name() is destroyed. Preparing to have it return a talloc'ed struct sockaddr_storage array rather than a malloc'ed struct ip_service array. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Isaac Boukris <iboukris@samba.org>