we need to do a load_interfaces() at startup to support broadcast
authorAndrew Tridgell <tridge@samba.org>
Sun, 4 Oct 1998 01:10:18 +0000 (01:10 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 4 Oct 1998 01:10:18 +0000 (01:10 +0000)
resolution of names.
(This used to be commit c0931b6770dd822f156f388f37fb5b4abfcad51f)

source3/smbwrapper/smbw.c

index 973f667068987092642ddaf37aae85cafcd03298..0537996bb5c04b1fc0e2c5d77c1e7600a82d54c2 100644 (file)
@@ -94,6 +94,8 @@ void smbw_init(void)
 
        in_client = True;
 
+       load_interfaces();
+
        if (!lp_load(servicesf,True,False,False)) {
                exit(1);
        }