diff options
author | Jeremy Allison <jra@samba.org> | 2000-10-24 19:44:02 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-10-24 19:44:02 +0000 |
commit | af33ececd950174a63334632c109cd1db90e3523 (patch) | |
tree | 371d20a79ae132a626ee3db06736a2126b6a71c6 /source3 | |
parent | e833a83d56132e124c82aafc0b9ae355cea23ba9 (diff) | |
download | samba-af33ececd950174a63334632c109cd1db90e3523.tar.gz samba-af33ececd950174a63334632c109cd1db90e3523.tar.xz samba-af33ececd950174a63334632c109cd1db90e3523.zip |
Yeah - not setting getwd_cache to True as default, that'd do it for a 5x
performance hit..... :-) :-).
Jeremy.
PS. Yes this was my fault for everyone who wants to throw rotten fruit...
(This used to be commit 4f5bbc38ce492baa6e2b4d94758e9247756ae9ba)
Diffstat (limited to 'source3')
-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 bad2ad2fdb9..13454641fbb 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -92,7 +92,7 @@ pstring global_scope = ""; #define VALID(i) iSERVICE(i).valid int keepalive = DEFAULT_KEEPALIVE; -BOOL use_getwd_cache; +BOOL use_getwd_cache = True; extern int extra_time_offset; |