From: des Date: Tue, 30 Oct 2007 12:57:03 +0000 (+0000) Subject: Revert r2208, I believe the assert is correct. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c14d53531a365c0afbde271a247b890c1871e689;p=varnish Revert r2208, I believe the assert is correct. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2210 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_center.c b/varnish-cache/bin/varnishd/cache_center.c index 98bb2bc5..fff4b079 100644 --- a/varnish-cache/bin/varnishd/cache_center.c +++ b/varnish-cache/bin/varnishd/cache_center.c @@ -191,7 +191,7 @@ cnt_done(struct sess *sp) int i; CHECK_OBJ_NOTNULL(sp, SESS_MAGIC); - CHECK_OBJ_ORNULL(sp->vcl, VCL_CONF_MAGIC); + CHECK_OBJ_NOTNULL(sp->vcl, VCL_CONF_MAGIC); AZ(sp->obj); AZ(sp->bereq);