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

r26402: Require a talloc context in libnetif.

(This used to be commit a35e51871b)
This commit is contained in:
Jelmer Vernooij
2007-12-11 22:23:20 +01:00
committed by Stefan Metzmacher
parent 6f2252dace
commit 70f1f33af8
26 changed files with 56 additions and 42 deletions

View File

@ -550,7 +550,7 @@ static void ldapsrv_task_init(struct task_server *task)
int num_interfaces;
int i;
load_interfaces(lp_interfaces(task->lp_ctx), &ifaces);
load_interfaces(task, lp_interfaces(task->lp_ctx), &ifaces);
num_interfaces = iface_count(ifaces);
/* We have been given an interfaces line, and been