]> err.no Git - varnish/commitdiff
Insert a count-point after each conditional.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 18 Jun 2006 10:19:54 +0000 (10:19 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 18 Jun 2006 10:19:54 +0000 (10:19 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@205 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcl_compile.c

index a5b104b98ec44bab0020cbe36a28e34132f8058c..10734b50d9cd08faffd57ead4bca18c81da06b4a 100644 (file)
@@ -894,6 +894,7 @@ IfStmt(struct tokenlist *tl)
                        ERRCHK(tl);
                        break;
                default:
+                       C(tl, ";");
                        return;
                }
        }