0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

fixup of table reload bug

This commit is contained in:
Maria Matejka 2021-11-24 23:20:26 +01:00
parent 57d0ecb9b7
commit ab0994a10c

View File

@ -1349,6 +1349,7 @@ rte_recalculate(rtable_private *table, struct rt_import_hook *c, net *net, rte *
stats->updates_ignored++;
rt_rte_trace_in(D_ROUTES, req, new, "ignored");
}
return;
}
*before_old = (*before_old)->next;