Index: source/param/loadparm.c =================================================================== --- source/param/loadparm.c (Revision 19818) +++ source/param/loadparm.c (Arbeitskopie) @@ -1534,7 +1534,7 @@ Globals.bNTPipeSupport = True; /* Do NT pipes by default. */ Globals.bNTStatusSupport = True; /* Use NT status by default. */ Globals.bStatCache = True; /* use stat cache by default */ - Globals.iMaxStatCacheSize = 0; /* unlimited size in kb by default. */ + Globals.iMaxStatCacheSize = 100; /* 100 kb by default. */ Globals.restrict_anonymous = 0; Globals.bClientLanManAuth = True; /* Do use the LanMan hash if it is available */ Globals.bClientPlaintextAuth = True; /* Do use a plaintext password if is requested by the server */