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:
parent
ff86f23dc7
commit
c9d18e5ec5
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user