1
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-06 01:40:42 +01:00

Previous fix was wrong.

This commit is contained in:
Martin Mares 1998-10-26 15:24:32 +00:00
parent db6984c43c
commit dafd580ed9

View File

@ -186,7 +186,7 @@ rte_update(net *net, struct proto *p, rte *new)
*k = r->next;
break;
}
k = &r->next;
k = &s->next;
}
r->next = net->routes;
net->routes = r;