mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00: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;
|
*k = r->next;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
k = &r->next;
|
k = &s->next;
|
||||||
}
|
}
|
||||||
r->next = net->routes;
|
r->next = net->routes;
|
||||||
net->routes = r;
|
net->routes = r;
|
||||||
|
Loading…
Reference in New Issue
Block a user