From ff5ecb21da941cccee9dd9506c539c5801369716 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 17 Jul 2007 16:58:40 +0000 Subject: [PATCH] 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 --- varnish-cache/bin/varnishd/cache_lru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /* -- 2.39.5