diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-04 01:10:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-04 01:10:18 +0000 |
commit | 0e76d371ae7f2e84481949212ee9ff2c2aa3feda (patch) | |
tree | f8d28c9b3f4850ec20f9cff9c598b2afb386758f | |
parent | a4a0c71e4f3913d56fd87754081da18bd353b9e8 (diff) | |
download | samba-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)
-rw-r--r-- | source3/smbwrapper/smbw.c | 2 |
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); } |