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:
committed by
Stefan Metzmacher
parent
6f2252dace
commit
70f1f33af8
@ -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
|
||||
|
Reference in New Issue
Block a user