summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:34 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:48 -0800
commit5d5ddef1c735fd71f65442e3dbc4390cf275914e (patch)
treeb889d8da038ebae05ffb74dc4ec9a26018a10885 /lib/param/param_functions.c
parent40d77cc9464d348e0a925ef950d3d997b694e129 (diff)
downloadsamba-5d5ddef1c735fd71f65442e3dbc4390cf275914e.tar.gz
samba-5d5ddef1c735fd71f65442e3dbc4390cf275914e.tar.xz
samba-5d5ddef1c735fd71f65442e3dbc4390cf275914e.zip
param: Rename variable used for lp_fake_dir_create_times bFakeDirCreateTimes
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 49e7c9e327..256634ef37 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -114,7 +114,7 @@ FN_LOCAL_BOOL(recursive_veto_delete, recursive_veto_delete)
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, bFakeDirCreateTimes)
+FN_LOCAL_BOOL(fake_dir_create_times, fake_dir_create_times)
FN_LOCAL_BOOL(blocking_locks, bBlockingLocks)
FN_LOCAL_BOOL(inherit_perms, bInheritPerms)
FN_LOCAL_BOOL(inherit_acls, bInheritACLS)