Mailing List Archive

r1713 - trunk/varnish-cache/bin/varnishd
Author: des
Date: 2007-07-17 18:58:40 +0200 (Tue, 17 Jul 2007)
New Revision: 1713

Modified:
trunk/varnish-cache/bin/varnishd/cache_lru.c
Log:
Return count like the comment says we do.


Modified: trunk/varnish-cache/bin/varnishd/cache_lru.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_lru.c 2007-07-17 16:56:21 UTC (rev 1712)
+++ trunk/varnish-cache/bin/varnishd/cache_lru.c 2007-07-17 16:58:40 UTC (rev 1713)
@@ -161,7 +161,7 @@
}
}
UNLOCK(&lru_mtx);
- return (0);
+ return (count);
}

/*