mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4-ipv6: update callers to load_interface_list()
This commit is contained in:
@ -308,7 +308,7 @@ static void echo_task_init(struct task_server *task)
|
||||
break;
|
||||
}
|
||||
|
||||
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,
|
||||
|
Reference in New Issue
Block a user