]> err.no Git - varnish/commitdiff
Fix parsing of "esi" command.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 16 Oct 2007 22:35:35 +0000 (22:35 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 16 Oct 2007 22:35:35 +0000 (22:35 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2109 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_action.c

index 67a8932e655890ddc8ec542d636270e765853423..e930e253647263074c9973b16190b1f7e5f3cbcf 100644 (file)
@@ -323,8 +323,6 @@ parse_esi(struct tokenlist *tl)
 
        vcc_NextToken(tl);
        Fb(tl, 1, "VRT_ESI(sp);\n");
-       Expect(tl, ';');
-       vcc_NextToken(tl);
 }
 
 /*--------------------------------------------------------------------*/