Yeah - not setting getwd_cache to True as default, that'd do it for a 5x
authorJeremy Allison <jra@samba.org>
Tue, 24 Oct 2000 19:44:02 +0000 (19:44 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 24 Oct 2000 19:44:02 +0000 (19:44 +0000)
performance hit..... :-) :-).
Jeremy.
PS. Yes this was my fault for everyone who wants to throw rotten fruit...

source/param/loadparm.c

index bad2ad2fdb97a4df0e4d4a43ee9a3c20796c1c02..13454641fbb62f5bad01ce764fde3d2409d69d3a 100644 (file)
@@ -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;