make sure we display the max cache size correctly with the new default

cache size code. hack hack.
This commit is contained in:
Andrew Tridgell 2003-01-21 08:42:28 +01:00
parent 0192c58393
commit 7ebe2a139e

View File

@ -222,6 +222,12 @@ void stats_summary(void)
stats_read(fname, counters);
free(fname);
/* oh what a nasty hack ... */
if (dir == -1) {
counters[STATS_MAXSIZE] = 0;
}
}
/* and display them */