summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-24 19:44:02 +0000
committerJeremy Allison <jra@samba.org>2000-10-24 19:44:02 +0000
commitaf33ececd950174a63334632c109cd1db90e3523 (patch)
tree371d20a79ae132a626ee3db06736a2126b6a71c6 /source3/param
parente833a83d56132e124c82aafc0b9ae355cea23ba9 (diff)
downloadsamba-af33ececd950174a63334632c109cd1db90e3523.tar.gz
samba-af33ececd950174a63334632c109cd1db90e3523.tar.bz2
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/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 bad2ad2fdb..13454641fb 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;