summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-03-07 21:55:42 +0000
committerLuke Leighton <lkcl@samba.org>2000-03-07 21:55:42 +0000
commit3958c3910658e99fe1cfd737e0cfc126dffc75da (patch)
tree71b178bc7824e16966ddb583c778efe139586d93 /source3/param
parentfd69e4a13a8bbaf838b33ab7a3f3f00ed558b163 (diff)
downloadsamba-3958c3910658e99fe1cfd737e0cfc126dffc75da.tar.gz
samba-3958c3910658e99fe1cfd737e0cfc126dffc75da.tar.bz2
samba-3958c3910658e99fe1cfd737e0cfc126dffc75da.zip
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)
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
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;