diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-02-08 12:51:29 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-02-08 18:35:11 +0100 |
commit | 0140bc389d56511c3255720856bdb64803ba8930 (patch) | |
tree | b87107dfa4091571ba587256a3e58ecb743f3d77 /source3/nmbd | |
parent | 30a1bc365071befd07e68e24ca4fa3843159ab13 (diff) | |
download | samba-0140bc389d56511c3255720856bdb64803ba8930.tar.gz samba-0140bc389d56511c3255720856bdb64803ba8930.tar.bz2 samba-0140bc389d56511c3255720856bdb64803ba8930.zip |
s3:nmbd: change "nmbd:bind explicit broadcast" into "nmbd bind explicit broadcast"
metze
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd_subnetdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_subnetdb.c b/source3/nmbd/nmbd_subnetdb.c index 96d7b3211e..703e229052 100644 --- a/source3/nmbd/nmbd_subnetdb.c +++ b/source3/nmbd/nmbd_subnetdb.c @@ -80,7 +80,7 @@ static struct subnet_record *make_subnet(const char *name, enum subnet_type type int dgram_sock = -1; int nmb_bcast = -1; int dgram_bcast = -1; - bool bind_bcast = lp_parm_bool(-1, "nmbd", "bind explicit broadcast", false); + bool bind_bcast = lp_nmbd_bind_explicit_broadcast(); /* Check if we are creating a non broadcast subnet - if so don't create sockets. */ |