diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-06-02 15:40:28 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-06-06 12:26:10 +1000 |
commit | 40dc94a53f4f0f5dee285daf486912b0996d5f3e (patch) | |
tree | 82b5677468d3f7ebfae7783132e1a2776cafc3f2 /source4/kdc/kdc.c | |
parent | 44d47e85157209f5aec1a6e0cd507c1084716816 (diff) | |
download | samba-40dc94a53f4f0f5dee285daf486912b0996d5f3e.tar.gz samba-40dc94a53f4f0f5dee285daf486912b0996d5f3e.tar.xz samba-40dc94a53f4f0f5dee285daf486912b0996d5f3e.zip |
s4-ipv6: update callers to load_interface_list()
Diffstat (limited to 'source4/kdc/kdc.c')
-rw-r--r-- | source4/kdc/kdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/kdc.c b/source4/kdc/kdc.c index 5620c0b288..7f7782ca9b 100644 --- a/source4/kdc/kdc.c +++ b/source4/kdc/kdc.c @@ -900,7 +900,7 @@ static void kdc_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, "kdc: no network interfaces configured", false); |