0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 08:38:42 +00:00

Filter: Don't write out when re-evaluating filter for internal purposes.

This commit is contained in:
Maria Matejka 2019-07-15 12:03:47 +02:00
parent 547be53b8c
commit 1b9db6d4a7

View File

@ -345,7 +345,7 @@
FID_INTERPRET_BODY
#define pv(i) fstk->vstk[fstk->vcnt - whati->count + (i)]
if (whati->count)
if (whati->count && !(fs->flags & FF_SILENT))
for (uint i=0; i<whati->count; i++)
val_format(&(pv(i)), &fs->buf);
#undef pv