diff options
author | Jeremy Allison <jra@samba.org> | 2005-03-28 21:31:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:22 -0500 |
commit | d1ff66f6cde844bf0312747c50b402e81846891f (patch) | |
tree | 4ede162a4e8a6a2ff75b2290024f38dbeedc7661 /source/param | |
parent | 6efd6225fab93c3f31f09f6bbf6d032024650501 (diff) | |
download | samba-d1ff66f6cde844bf0312747c50b402e81846891f.tar.gz samba-d1ff66f6cde844bf0312747c50b402e81846891f.tar.xz samba-d1ff66f6cde844bf0312747c50b402e81846891f.zip |
r6104: Update dos filetimes to default yes for Office 2000.
Jeremy.
Diffstat (limited to 'source/param')
-rw-r--r-- | source/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 59d2db0527c..f28b0c49ae4 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -542,7 +542,7 @@ static service sDefault = { False, /* bFakeOplocks */ False, /* bDeleteVetoFiles */ False, /* bDosFilemode */ - False, /* bDosFiletimes */ + True, /* bDosFiletimes */ False, /* bDosFiletimeResolution */ False, /* bFakeDirCreateTimes */ True, /* bBlockingLocks */ |