From d1ff66f6cde844bf0312747c50b402e81846891f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 28 Mar 2005 21:31:01 +0000 Subject: [PATCH] r6104: Update dos filetimes to default yes for Office 2000. Jeremy. --- source/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.3