1
0
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:
Jelmer Vernooij
2007-12-11 22:23:20 +01:00
committed by Stefan Metzmacher
parent 9f975417cc
commit a35e51871b
26 changed files with 56 additions and 42 deletions

View File

@@ -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);