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 77df3a2865..79538433e7 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -1003,7 +1003,7 @@ static void init_globals(bool reinit_globals)
Globals.client_signing = SMB_SIGNING_DEFAULT;
Globals.server_signing = SMB_SIGNING_DEFAULT;
- Globals.bDeferSharingViolations = true;
+ Globals.defer_sharing_violations = true;
Globals.smb_ports = (const char **)str_list_make_v3(NULL, SMB_PORTS, NULL);
Globals.bEnablePrivileges = true;