mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Fix several things I broke today.
This commit is contained in:
@@ -321,6 +321,7 @@ proto_notify_state(struct proto *p, unsigned ps)
|
||||
DBG("%s: Scheduling meal\n", p->name);
|
||||
if (p->proto->priority) /* FIXME: Terrible hack to get synchronous device/kernel startup! */
|
||||
{
|
||||
p->proto_state = ps;
|
||||
p->core_state = FS_FEEDING;
|
||||
proto_feed(p);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user