From 473b1cd0b3e067fe5b369b8ced9ec1acfa3a397f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:36 +1300 Subject: param: Rename variable used for lp_profile_acls bProfileAcls Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 0976eca9c7..52c18a8f5c 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -126,7 +126,7 @@ FN_LOCAL_BOOL(nt_acl_support, nt_acl_support) FN_LOCAL_BOOL(force_unknown_acl_user, force_unknown_acl_user) FN_LOCAL_BOOL(ea_support, ea_support) FN_LOCAL_BOOL(_use_sendfile, _use_sendfile) -FN_LOCAL_BOOL(profile_acls, bProfileAcls) +FN_LOCAL_BOOL(profile_acls, profile_acls) FN_LOCAL_BOOL(map_acl_inherit, bMap_acl_inherit) FN_LOCAL_BOOL(afs_share, bAfs_Share) FN_LOCAL_BOOL(acl_check_permissions, bAclCheckPermissions) -- cgit