mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Filter: Don't write out when re-evaluating filter for internal purposes.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user