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 ae7ad928dc..ffa5730eed 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -263,7 +263,7 @@ static struct loadparm_service sDefault =
.ea_support = false,
.acl_check_permissions = true,
.bAclMapFullControl = true,
- .bAclGroupControl = false,
+ .acl_group_control = false,
.bAclAllowExecuteAlways = false,
.bChangeNotify = true,
.bKernelChangeNotify = true,