mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Fixes a bug in rte_src handling.
This commit is contained in:
parent
d40c26594c
commit
2e84b4e82d
@ -1095,7 +1095,7 @@ proto_notify_state(struct proto *p, unsigned ps)
|
||||
if ((cs == FS_FEEDING) || (cs == FS_HAPPY))
|
||||
proto_schedule_flush(p);
|
||||
|
||||
if (p->proto->multitable)
|
||||
if (!p->proto->multitable)
|
||||
{
|
||||
rt_unlock_source(p->main_source);
|
||||
p->main_source = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user