From: des Date: Tue, 17 Jul 2007 16:58:40 +0000 (+0000) Subject: Return count like the comment says we do. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5ecb21da941cccee9dd9506c539c5801369716;p=varnish Return count like the comment says we do. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1713 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_lru.c b/varnish-cache/bin/varnishd/cache_lru.c index 58459120..236cb780 100644 --- a/varnish-cache/bin/varnishd/cache_lru.c +++ b/varnish-cache/bin/varnishd/cache_lru.c @@ -161,7 +161,7 @@ LRU_DiscardOne(void) } } UNLOCK(&lru_mtx); - return (0); + return (count); } /*