r5573 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Sun Nov 21 11:22:20 CET 2010


Author: phk
Date: 2010-11-21 11:22:19 +0100 (Sun, 21 Nov 2010)
New Revision: 5573

Modified:
   trunk/varnish-cache/bin/varnishd/cache_hash.c
Log:
Silence a flexelint warning



Modified: trunk/varnish-cache/bin/varnishd/cache_hash.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_hash.c	2010-11-21 10:19:42 UTC (rev 5572)
+++ trunk/varnish-cache/bin/varnishd/cache_hash.c	2010-11-21 10:22:19 UTC (rev 5573)
@@ -630,7 +630,7 @@
 HSH_Deref(struct worker *w, struct objcore *oc, struct object **oo)
 {
 	struct object *o;
-	struct objhead *oh;
+	struct objhead *oh = NULL;
 	unsigned r;
 
 	if (oc != NULL) {




More information about the varnish-commit mailing list