From 3958c3910658e99fe1cfd737e0cfc126dffc75da Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 7 Mar 2000 21:55:42 +0000 Subject: added a tcon test: make two tconXs with the same user/pass, open a file with one of them and try to write to the file with the other. (This used to be commit f8d3ce0419aee44e4d5efe1257ce4b27f7511ceb) --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 7a225b035e..25c9440019 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -964,7 +964,7 @@ static void init_globals(void) Globals.bStripDot = False; Globals.syslog = 1; Globals.bSyslogOnly = False; - Globals.bTimestampLogs = True; + Globals.bTimestampLogs = False; Globals.bDebugHiresTimestamp = False; Globals.bDebugPid = False; Globals.bDebugUid = False; -- cgit