1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Merge commit '2e5bfeb73ac25e236a24b6c1a88d0f2221ca303f' into thread-next

This commit is contained in:
Maria Matejka
2022-07-13 14:14:37 +02:00
20 changed files with 789 additions and 142 deletions

View File

@@ -179,8 +179,7 @@ interpret(struct filter_state *fs, const struct f_line *line, struct f_val *val)
}
/* End of current line. Drop local variables before exiting. */
fstk->vcnt -= curline.line->vars;
fstk->vcnt -= curline.line->args;
fstk->vcnt = curline.ventry + curline.line->results;
fstk->ecnt--;
}