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

Revert "Reducing filter stack size to allow for lesser thread stack size"

This reverts commit 2c13759136.
This commit is contained in:
Maria Matejka
2022-09-16 10:11:51 +02:00
parent 71b3456eed
commit c73343de67
6 changed files with 30 additions and 48 deletions

View File

@@ -1271,7 +1271,6 @@
fstk->vcnt += sym->function->args;
/* Storage for local variables */
f_vcnt_check_overflow(sym->function->vars);
memset(&(fstk->vstk[fstk->vcnt]), 0, sizeof(struct f_val) * sym->function->vars);
fstk->vcnt += sym->function->vars;
}