diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:34 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:48 -0800 |
commit | 5d5ddef1c735fd71f65442e3dbc4390cf275914e (patch) | |
tree | b889d8da038ebae05ffb74dc4ec9a26018a10885 /source3/param/loadparm.c | |
parent | 40d77cc9464d348e0a925ef950d3d997b694e129 (diff) | |
download | samba-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 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 10a926a1e3..a53df49019 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -245,7 +245,7 @@ static struct loadparm_service sDefault = .dos_filemode = false, .dos_filetimes = true, .dos_filetime_resolution = false, - .bFakeDirCreateTimes = false, + .fake_dir_create_times = false, .bBlockingLocks = true, .bInheritPerms = false, .bInheritACLS = false, |