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:
parent
db6984c43c
commit
dafd580ed9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user