0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00

Merge commit '2e84b4e82dbf8fce0fd12fb0c25d925ffd287970' into integrated

This commit is contained in:
Ondrej Zajicek 2014-05-02 18:14:15 +02:00
commit c8655cd966

View File

@ -1096,7 +1096,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;