1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

s4-ipv6: update callers to load_interface_list()

This commit is contained in:
Andrew Tridgell
2011-06-02 15:40:28 +10:00
parent 44d47e8515
commit 40dc94a53f
27 changed files with 31 additions and 31 deletions

View File

@ -189,7 +189,7 @@ static void cldapd_task_init(struct task_server *task)
NTSTATUS status;
struct interface *ifaces;
load_interface_list(task, lpcfg_interfaces(task->lp_ctx), &ifaces);
load_interface_list(task, task->lp_ctx, &ifaces);
if (iface_list_count(ifaces) == 0) {
task_server_terminate(task, "cldapd: no network interfaces configured", false);

View File

@ -291,7 +291,7 @@ NTSTATUS fill_netlogon_samlogon_response(struct ldb_context *sam_ctx,
client_site = samdb_client_site_name(sam_ctx, mem_ctx,
src_address, NULL);
NT_STATUS_HAVE_NO_MEMORY(client_site);
load_interface_list(mem_ctx, lpcfg_interfaces(lp_ctx), &ifaces);
load_interface_list(mem_ctx, lp_ctx, &ifaces);
/*
* TODO: the caller should pass the address which the client
* used to trigger this call, as the client is able to reach