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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user