summaryrefslogtreecommitdiff
path: root/proto/rpki
diff options
context:
space:
mode:
Diffstat (limited to 'proto/rpki')
-rw-r--r--proto/rpki/rpki.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/rpki/rpki.c b/proto/rpki/rpki.c
index 3c27aa1a..3e321627 100644
--- a/proto/rpki/rpki.c
+++ b/proto/rpki/rpki.c
@@ -130,8 +130,6 @@ rpki_table_add_roa(struct rpki_cache *cache, struct channel *channel, const net_
rta *a = rta_lookup(&a0);
rte *e = rte_get_temp(a, p->p.main_source);
- e->pflags = 0;
-
rte_update2(channel, &pfxr->n, e, e->src);
}