]> err.no Git - varnish/commitdiff
Oops, this should not have been deleted in my previous commit
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 19 Feb 2008 12:00:47 +0000 (12:00 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 19 Feb 2008 12:00:47 +0000 (12:00 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2517 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_hash.c

index 6b2392c95d3149ac3d3edda16bf45342fbcc57d7..6d68114e7dca9744a99ffd64b9b6db8b2719ba72 100644 (file)
@@ -386,6 +386,7 @@ void
 HSH_Init(void)
 {
 
+       hash = heritage.hash;
        if (hash->start != NULL)
                hash->start();
 }