]> err.no Git - varnish/commit
Don't modify the obj_timer_when field outside the binheap lock.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 27 Jan 2009 08:46:51 +0000 (08:46 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 27 Jan 2009 08:46:51 +0000 (08:46 +0000)
commit69f6115fb8eeb8ae3385b54a9048feb7c88e561e
treeb73dcd234af43df8fe84e8f5218893186a231344
parentf77ff40604dbbaeabc63d6fe2d6c59e12e00e205
Don't modify the obj_timer_when field outside the binheap lock.

This hopefully finaly lays the sporadic
assert(oe2->timer_when >= oe->timer_when);
panics to rest.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3545 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_expire.c