Commit 55ec9e79 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Unbreak build.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@569 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent cd85596a
......@@ -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]));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment