summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:02 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:13 -0800
commitf4414d63cdd4d276f66433c6868c9efe8567f28c (patch)
tree25ef5e103cccfffb100cbe336f188c9c2e730f7b /lib/param/param_functions.c
parent63e8b414c2db61a7ae5620e712fa6fd0047a69f2 (diff)
downloadsamba-f4414d63cdd4d276f66433c6868c9efe8567f28c.tar.gz
samba-f4414d63cdd4d276f66433c6868c9efe8567f28c.tar.xz
samba-f4414d63cdd4d276f66433c6868c9efe8567f28c.zip
param: rename lp function and variable from "fake_dir_create_times" to "fake_directory_create_times"
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> 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 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)