r2109 - trunk/varnish-cache/lib/libvcl
phk at projects.linpro.no
phk at projects.linpro.no
Wed Oct 17 00:35:35 CEST 2007
Author: phk
Date: 2007-10-17 00:35:35 +0200 (Wed, 17 Oct 2007)
New Revision: 2109
Modified:
trunk/varnish-cache/lib/libvcl/vcc_action.c
Log:
Fix parsing of "esi" command.
Modified: trunk/varnish-cache/lib/libvcl/vcc_action.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_action.c 2007-10-16 22:23:45 UTC (rev 2108)
+++ trunk/varnish-cache/lib/libvcl/vcc_action.c 2007-10-16 22:35:35 UTC (rev 2109)
@@ -323,8 +323,6 @@
vcc_NextToken(tl);
Fb(tl, 1, "VRT_ESI(sp);\n");
- Expect(tl, ';');
- vcc_NextToken(tl);
}
/*--------------------------------------------------------------------*/
More information about the varnish-commit
mailing list