1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
Jeremy Allison 97781fe0ae s3: libsmb: Pass in TALLOC_CTX * parameter to resolve_ads() instead of creating one internally.
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>
2020-08-04 08:51:42 +00:00
..
2019-10-30 22:18:15 +00:00
2020-05-28 19:11:38 +00:00
2020-05-25 08:13:28 +00:00
2020-06-10 22:20:46 +00:00
2020-06-04 17:11:39 +00:00
2019-03-04 18:11:17 +00:00
2020-05-28 19:11:38 +00:00
2020-01-19 18:29:39 +00:00
2013-06-21 19:57:06 +02:00
2020-03-03 17:48:37 +00:00
2019-09-01 22:21:27 +00:00
2018-02-13 16:42:22 +01:00