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 | 4f5bbc38ce492baa6e2b4d94758e9247756ae9ba (patch) | |
tree | 97236f29c66688d89374e5896a661a0c58b9b12b /source/param | |
parent | 7c3518c55eeff0a962c367438cb5d67044698825 (diff) | |
download | samba-4f5bbc38ce492baa6e2b4d94758e9247756ae9ba.tar.gz samba-4f5bbc38ce492baa6e2b4d94758e9247756ae9ba.tar.xz samba-4f5bbc38ce492baa6e2b4d94758e9247756ae9ba.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...
Diffstat (limited to 'source/param')
-rw-r--r-- | source/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c index bad2ad2fdb9..13454641fbb 100644 --- a/source/param/loadparm.c +++ b/source/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; |