From 5fd2aa432ed801024ce026a1aa17f8da8f3ec87c Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 16 Oct 2007 22:35:35 +0000 Subject: [PATCH] Fix parsing of "esi" command. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2109 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcc_action.c | 2 -- 1 file changed, 2 deletions(-) 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); } /*--------------------------------------------------------------------*/ -- 2.39.5