r2210 - trunk/varnish-cache/bin/varnishd
des at projects.linpro.no
des at projects.linpro.no
Tue Oct 30 13:57:03 CET 2007
Author: des
Date: 2007-10-30 13:57:03 +0100 (Tue, 30 Oct 2007)
New Revision: 2210
Modified:
trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
Revert r2208, I believe the assert is correct.
Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c 2007-10-30 12:54:10 UTC (rev 2209)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c 2007-10-30 12:57:03 UTC (rev 2210)
@@ -191,7 +191,7 @@
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);
More information about the varnish-commit
mailing list