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:
parent
547be53b8c
commit
1b9db6d4a7
@ -345,7 +345,7 @@
|
|||||||
FID_INTERPRET_BODY
|
FID_INTERPRET_BODY
|
||||||
|
|
||||||
#define pv(i) fstk->vstk[fstk->vcnt - whati->count + (i)]
|
#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++)
|
for (uint i=0; i<whati->count; i++)
|
||||||
val_format(&(pv(i)), &fs->buf);
|
val_format(&(pv(i)), &fs->buf);
|
||||||
#undef pv
|
#undef pv
|
||||||
|
Loading…
Reference in New Issue
Block a user