summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-04 01:10:18 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-04 01:10:18 +0000
commit0e76d371ae7f2e84481949212ee9ff2c2aa3feda (patch)
treef8d28c9b3f4850ec20f9cff9c598b2afb386758f /source3/smbwrapper/smbw.c
parenta4a0c71e4f3913d56fd87754081da18bd353b9e8 (diff)
downloadsamba-0e76d371ae7f2e84481949212ee9ff2c2aa3feda.tar.gz
samba-0e76d371ae7f2e84481949212ee9ff2c2aa3feda.tar.bz2
samba-0e76d371ae7f2e84481949212ee9ff2c2aa3feda.zip
we need to do a load_interfaces() at startup to support broadcast
resolution of names. (This used to be commit c0931b6770dd822f156f388f37fb5b4abfcad51f)
Diffstat (limited to 'source3/smbwrapper/smbw.c')
-rw-r--r--source3/smbwrapper/smbw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbwrapper/smbw.c b/source3/smbwrapper/smbw.c
index 973f667068..0537996bb5 100644
--- a/source3/smbwrapper/smbw.c
+++ b/source3/smbwrapper/smbw.c
@@ -94,6 +94,8 @@ void smbw_init(void)
in_client = True;
+ load_interfaces();
+
if (!lp_load(servicesf,True,False,False)) {
exit(1);
}