r4159 - branches/sky/log_error/varnish-cache/bin/varnishd
sky at projects.linpro.no
sky at projects.linpro.no
Wed Jul 29 11:05:06 CEST 2009
Author: sky
Date: 2009-07-29 11:05:06 +0200 (Wed, 29 Jul 2009)
New Revision: 4159
Modified:
branches/sky/log_error/varnish-cache/bin/varnishd/cache_backend.c
Log:
put back a new line I removed by misstake
Modified: branches/sky/log_error/varnish-cache/bin/varnishd/cache_backend.c
===================================================================
--- branches/sky/log_error/varnish-cache/bin/varnishd/cache_backend.c 2009-07-29 09:03:42 UTC (rev 4158)
+++ branches/sky/log_error/varnish-cache/bin/varnishd/cache_backend.c 2009-07-29 09:05:06 UTC (rev 4159)
@@ -223,6 +223,7 @@
CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
CHECK_OBJ_NOTNULL(sp->director, DIRECTOR_MAGIC);
+
AN (sp->director->getfd);
sp->vbe = sp->director->getfd(sp);
if (!sp->vbe)
More information about the varnish-commit
mailing list