From 59cfa2ebeb4c5cc3005817525f547c2578010150 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 31 Jul 2006 06:24:51 +0000 Subject: [PATCH] Unbreak build. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@569 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/hash_classic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/hash_classic.c b/varnish-cache/bin/varnishd/hash_classic.c index 5c836e5e..d7bdf129 100644 --- a/varnish-cache/bin/varnishd/hash_classic.c +++ b/varnish-cache/bin/varnishd/hash_classic.c @@ -179,7 +179,7 @@ hcl_deref(struct objhead *oh) AZ(pthread_mutex_lock(&hcl_mutex[mtx])); if (--he->refcnt >= 0) { AZ(pthread_mutex_unlock(&hcl_mutex[mtx])); - return (1) + return (1); } TAILQ_REMOVE(&hcl_head[he->hash], he, list); AZ(pthread_mutex_unlock(&hcl_mutex[mtx])); -- 2.39.5