s4-interfaces Rename interfaces code so not to conflict with source3/
[kai/samba.git] / source4 / wrepl_server / wrepl_in_connection.c
index 9d3ddbf0da7364b48e0ed4c7fb7d1045c8381782..dc6beb3f2ad5753c306e7b7ddaf3c5c51f8de998 100644 (file)
@@ -441,16 +441,16 @@ NTSTATUS wreplsrv_setup_sockets(struct wreplsrv_service *service, struct loadpar
                int i;
                struct interface *ifaces;
 
-               load_interfaces(task, lpcfg_interfaces(lp_ctx), &ifaces);
+               load_interface_list(task, lpcfg_interfaces(lp_ctx), &ifaces);
 
-               num_interfaces = iface_count(ifaces);
+               num_interfaces = iface_list_count(ifaces);
 
                /* We have been given an interfaces line, and been 
                   told to only bind to those interfaces. Create a
                   socket per interface and bind to only these.
                */
                for(i = 0; i < num_interfaces; i++) {
-                       address = iface_n_ip(ifaces, i);
+                       address = iface_list_n_ip(ifaces, i);
                        status = stream_setup_socket(task, task->event_ctx,
                                                     task->lp_ctx, model_ops,
                                                     &wreplsrv_stream_ops,