From af33ececd950174a63334632c109cd1db90e3523 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 24 Oct 2000 19:44:02 +0000 Subject: 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) --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit