From: des Date: Mon, 31 Jul 2006 06:24:51 +0000 (+0000) Subject: Unbreak build. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59cfa2ebeb4c5cc3005817525f547c2578010150;p=varnish Unbreak build. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@569 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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]));