diff options
author | Maria Matejka <mq@ucw.cz> | 2018-12-20 16:07:59 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-02-20 22:30:54 +0100 |
commit | 8436040735b84bb185311125bfc91375f740fd86 (patch) | |
tree | 95d04283003c78afe7bee83c0bec6c4d314c6235 /filter/f-inst.c | |
parent | ca2ee91a80aa87b7f18898c28e93ff22cebf73d7 (diff) |
Filter refactoring: Drop the roa check specific f_inst
Diffstat (limited to 'filter/f-inst.c')
-rw-r--r-- | filter/f-inst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/f-inst.c b/filter/f-inst.c index fb2f043c..37de2a1e 100644 --- a/filter/f-inst.c +++ b/filter/f-inst.c @@ -890,7 +890,7 @@ as_path_get_last(e->u.ptr, &as); } - struct rtable *table = ((struct f_inst_roa_check *) what)->rtc->table; + struct rtable *table = what->a[2].rtc->table; if (!table) runtime("Missing ROA table"); |