Previous fix was wrong.
This commit is contained in:
parent
db6984c43c
commit
dafd580ed9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue