0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-18 17:18:42 +00:00

Table: Re-scheduling prune event when another prune loop is pending

This commit is contained in:
Maria Matejka 2022-09-12 18:27:01 +02:00
parent ff86f23dc7
commit c9d18e5ec5

View File

@ -2881,7 +2881,8 @@ again:
#endif
/* state change 2->0, 3->1 */
tab->prune_state &= 1;
if (tab->prune_state &= 1)
birdloop_flag(tab->loop, RTF_CLEANUP);
if (tab->trie_new)
{