r2517 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Feb 19 13:00:47 CET 2008


Author: phk
Date: 2008-02-19 13:00:47 +0100 (Tue, 19 Feb 2008)
New Revision: 2517

Modified:
   trunk/varnish-cache/bin/varnishd/cache_hash.c
Log:
Oops, this should not have been deleted in my previous commit


Modified: trunk/varnish-cache/bin/varnishd/cache_hash.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_hash.c	2008-02-19 11:57:04 UTC (rev 2516)
+++ trunk/varnish-cache/bin/varnishd/cache_hash.c	2008-02-19 12:00:47 UTC (rev 2517)
@@ -386,6 +386,7 @@
 HSH_Init(void)
 {
 
+	hash = heritage.hash;
 	if (hash->start != NULL)
 		hash->start();
 }




More information about the varnish-commit mailing list