r569 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Mon Jul 31 08:24:51 CEST 2006


Author: des
Date: 2006-07-31 08:24:51 +0200 (Mon, 31 Jul 2006)
New Revision: 569

Modified:
   trunk/varnish-cache/bin/varnishd/hash_classic.c
Log:
Unbreak build.


Modified: trunk/varnish-cache/bin/varnishd/hash_classic.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/hash_classic.c	2006-07-28 13:41:20 UTC (rev 568)
+++ trunk/varnish-cache/bin/varnishd/hash_classic.c	2006-07-31 06:24:51 UTC (rev 569)
@@ -179,7 +179,7 @@
 	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]));




More information about the varnish-commit mailing list