summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 37f54040e6..11f313080e 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -782,7 +782,7 @@ static void init_globals(bool reinit_globals)
* By default support explicit binding to broadcast
* addresses.
*/
- Globals.bNmbdBindExplicitBroadcast = true;
+ Globals.nmbd_bind_explicit_broadcast = true;
if (asprintf(&s, "Samba %s", samba_version_string()) < 0) {
smb_panic("init_globals: ENOMEM");