summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAlexander Zubkov <green@qrator.net>2022-05-04 15:37:23 +0200
committerMaria Matejka <mq@ucw.cz>2022-05-04 15:37:23 +0200
commit5299fb9db0e3fb75c37f233e9a8b737c46e61265 (patch)
treebbf7bc6e7e8fcb75ddfa5cf4df64b5dbc520f744 /filter
parent98fd158e28d89f10ee7a41b4f6a14fbd0021ef35 (diff)
Fixed spurious undef of route attributes
Diffstat (limited to 'filter')
-rw-r--r--filter/f-inst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/f-inst.c b/filter/f-inst.c
index 0226f729..2c4c97b1 100644
--- a/filter/f-inst.c
+++ b/filter/f-inst.c
@@ -737,6 +737,7 @@
l->attrs[0].type = da.type;
l->attrs[0].originated = 1;
l->attrs[0].fresh = 1;
+ l->attrs[0].undef = 0;
switch (da.type) {
case EAF_TYPE_INT: