From: phk Date: Sun, 18 Jun 2006 10:19:54 +0000 (+0000) Subject: Insert a count-point after each conditional. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724d6630801a4b2a36d27263b28b2a1d4b04fde4;p=varnish Insert a count-point after each conditional. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@205 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/libvcl/vcl_compile.c b/varnish-cache/lib/libvcl/vcl_compile.c index a5b104b9..10734b50 100644 --- a/varnish-cache/lib/libvcl/vcl_compile.c +++ b/varnish-cache/lib/libvcl/vcl_compile.c @@ -894,6 +894,7 @@ IfStmt(struct tokenlist *tl) ERRCHK(tl); break; default: + C(tl, ";"); return; } }