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
commitd9cd87aab9d7f0c9bba8281999a8805b5e5a1d07 (patch)
treef9b5302024563668d01dc2b389f6a1696d5cdd68 /lib/param/param_functions.c
parent757922c6de25d03c89a781997149a6071bb8c4e0 (diff)
downloadsamba-d9cd87aab9d7f0c9bba8281999a8805b5e5a1d07.tar.gz
samba-d9cd87aab9d7f0c9bba8281999a8805b5e5a1d07.tar.xz
samba-d9cd87aab9d7f0c9bba8281999a8805b5e5a1d07.zip
param: Rename variable used for lp_afs_share bAfs_Share
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 f30302ecc2..acb900728d 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -128,7 +128,7 @@ FN_LOCAL_BOOL(ea_support, ea_support)
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, bAfs_Share)
+FN_LOCAL_BOOL(afs_share, afs_share)
FN_LOCAL_BOOL(acl_check_permissions, bAclCheckPermissions)
FN_LOCAL_BOOL(acl_group_control, bAclGroupControl)
FN_LOCAL_BOOL(acl_map_full_control, bAclMapFullControl)