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 | 717845f1093df1205a8d4b0f40480002acb6cafc (patch) | |
tree | caf698e900b1ab389234dc795865dc8a2628118d /source3/param/loadparm.c | |
parent | 5d64af716dd90cefb09a267601e4d156107dff54 (diff) | |
download | samba-717845f1093df1205a8d4b0f40480002acb6cafc.tar.gz samba-717845f1093df1205a8d4b0f40480002acb6cafc.tar.bz2 samba-717845f1093df1205a8d4b0f40480002acb6cafc.zip |
r6104: Update dos filetimes to default yes for Office 2000.
Jeremy.
(This used to be commit d1ff66f6cde844bf0312747c50b402e81846891f)
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 59d2db0527..f28b0c49ae 100644 --- a/source3/param/loadparm.c +++ b/source3/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 */ |