From: phk Date: Tue, 16 Oct 2007 22:35:35 +0000 (+0000) Subject: Fix parsing of "esi" command. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd2aa432ed801024ce026a1aa17f8da8f3ec87c;p=varnish Fix parsing of "esi" command. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2109 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/libvcl/vcc_action.c b/varnish-cache/lib/libvcl/vcc_action.c index 67a8932e..e930e253 100644 --- a/varnish-cache/lib/libvcl/vcc_action.c +++ b/varnish-cache/lib/libvcl/vcc_action.c @@ -323,8 +323,6 @@ parse_esi(struct tokenlist *tl) vcc_NextToken(tl); Fb(tl, 1, "VRT_ESI(sp);\n"); - Expect(tl, ';'); - vcc_NextToken(tl); } /*--------------------------------------------------------------------*/