summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.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_functions.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_functions.c')
-rw-r--r--lib/param/param_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index acb900728d..1ac758a7d3 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -129,7 +129,7 @@ FN_LOCAL_BOOL(_use_sendfile, _use_sendfile)
FN_LOCAL_BOOL(profile_acls, profile_acls)
FN_LOCAL_BOOL(map_acl_inherit, map_acl_inherit)
FN_LOCAL_BOOL(afs_share, afs_share)
-FN_LOCAL_BOOL(acl_check_permissions, bAclCheckPermissions)
+FN_LOCAL_BOOL(acl_check_permissions, acl_check_permissions)
FN_LOCAL_BOOL(acl_group_control, bAclGroupControl)
FN_LOCAL_BOOL(acl_map_full_control, bAclMapFullControl)
FN_LOCAL_BOOL(acl_allow_execute_always, bAclAllowExecuteAlways)