summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:37 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:49 -0800
commit88d908887a07e7557b739351815b205919c70acf (patch)
tree2de8c7f1b57bbd745a965726f1c8ffbb309ba8a4 /lib/param/param_table.c
parentd9cd87aab9d7f0c9bba8281999a8805b5e5a1d07 (diff)
downloadsamba-88d908887a07e7557b739351815b205919c70acf.tar.gz
samba-88d908887a07e7557b739351815b205919c70acf.tar.xz
samba-88d908887a07e7557b739351815b205919c70acf.zip
param: Rename variable used for lp_acl_check_permissions bAclCheckPermissions
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 20ff2ed916..cd1f331c01 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -881,7 +881,7 @@ static struct parm_struct parm_table[] = {
.label = "acl check permissions",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bAclCheckPermissions),
+ .offset = LOCAL_VAR(acl_check_permissions),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE | FLAG_DEPRECATED,