1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

s4-ipv6: update callers to load_interface_list()

This commit is contained in:
Andrew Tridgell
2011-06-02 15:40:28 +10:00
parent 44d47e8515
commit 40dc94a53f
27 changed files with 31 additions and 31 deletions

View File

@ -153,7 +153,7 @@ static PyObject *py_interface_ips(PyObject *self, PyObject *args)
return NULL;
}
load_interface_list(tmp_ctx, lpcfg_interfaces(lp_ctx), &ifaces);
load_interface_list(tmp_ctx, lp_ctx, &ifaces);
count = iface_list_count(ifaces);