summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:36 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:48 -0800
commit819dcd53a2e742776fa15eb4df156c24c2f41d0e (patch)
treefc3c3b058e7f33eaf071a41ea73e2cf4769e6b05 /lib/param/param_table.c
parent425c29264274556a25b2d6da849a20f941377afa (diff)
downloadsamba-819dcd53a2e742776fa15eb4df156c24c2f41d0e.tar.gz
samba-819dcd53a2e742776fa15eb4df156c24c2f41d0e.tar.xz
samba-819dcd53a2e742776fa15eb4df156c24c2f41d0e.zip
param: Rename variable used for lp_nt_acl_support bNTAclSupport
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index bb780e8d08..c6144c5b01 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1465,7 +1465,7 @@ static struct parm_struct parm_table[] = {
.label = "nt acl support",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bNTAclSupport),
+ .offset = LOCAL_VAR(nt_acl_support),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL,