From 7647bd0653a7a66122be0274a3ed07ffafeaaa92 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:34 +1300 Subject: param: Rename variable used for lp_inherit_perms bInheritPerms 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 e2b9030b71..8f45d6e5ea 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -116,7 +116,7 @@ FN_LOCAL_BOOL(dos_filetimes, dos_filetimes) FN_LOCAL_BOOL(dos_filetime_resolution, dos_filetime_resolution) FN_LOCAL_BOOL(fake_dir_create_times, fake_dir_create_times) FN_LOCAL_BOOL(blocking_locks, blocking_locks) -FN_LOCAL_BOOL(inherit_perms, bInheritPerms) +FN_LOCAL_BOOL(inherit_perms, inherit_perms) FN_LOCAL_BOOL(inherit_acls, bInheritACLS) FN_LOCAL_BOOL(inherit_owner, bInheritOwner) FN_LOCAL_BOOL(use_client_driver, bUseClientDriver) -- cgit