mirror of
https://github.com/samba-team/samba.git
synced 2025-10-28 03:33:13 +03:00
r26402: Require a talloc context in libnetif.
This commit is contained in:
committed by
Stefan Metzmacher
parent
9f975417cc
commit
a35e51871b
@@ -222,7 +222,7 @@ static void smbsrv_task_init(struct task_server *task)
|
||||
int i;
|
||||
struct interface *ifaces;
|
||||
|
||||
load_interfaces(lp_interfaces(task->lp_ctx), &ifaces);
|
||||
load_interfaces(task, lp_interfaces(task->lp_ctx), &ifaces);
|
||||
|
||||
num_interfaces = iface_count(ifaces);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user