From f4414d63cdd4d276f66433c6868c9efe8567f28c Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 4 Feb 2014 15:09:02 +1300 Subject: param: rename lp function and variable from "fake_dir_create_times" to "fake_directory_create_times" Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett 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 e281f37804c..8729d75db7c 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -114,7 +114,7 @@ FN_LOCAL_BOOL(delete_veto_files, delete_veto_files) FN_LOCAL_BOOL(dos_filemode, dos_filemode) 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(fake_directory_create_times, fake_directory_create_times) FN_LOCAL_BOOL(blocking_locks, blocking_locks) FN_LOCAL_BOOL(inherit_perms, inherit_perms) FN_LOCAL_BOOL(inherit_acls, inherit_acls) -- cgit