1
0
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:
Martin Mares
1999-03-03 20:55:35 +00:00
parent 0e889c5254
commit 53b7a2982a
2 changed files with 3 additions and 2 deletions

View File

@@ -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;