s4-interfaces Rename interfaces code so not to conflict with source3/
[samba.git] / source4 / libcli / wrepl / winsrepl.c
index 842a35175ec438c06121ceb6d270b248bbfe1942..2ccc50e71e5b8c8076a4b52ae1e36be37d461ae9 100644 (file)
@@ -136,8 +136,8 @@ NTSTATUS wrepl_socket_split_stream(struct wrepl_socket *wrepl_socket,
 const char *wrepl_best_ip(struct loadparm_context *lp_ctx, const char *peer_ip)
 {
        struct interface *ifaces;
-       load_interfaces(lp_ctx, lpcfg_interfaces(lp_ctx), &ifaces);
-       return iface_best_ip(ifaces, peer_ip);
+       load_interface_list(lp_ctx, lpcfg_interfaces(lp_ctx), &ifaces);
+       return iface_list_best_ip(ifaces, peer_ip);
 }
 
 struct wrepl_connect_state {