diff options
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, |