Mercurial > hg > dhcpcd
changeset 4512:011f49d4e4b8 draft
Fix compile.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sat, 04 May 2019 11:07:18 +0100 |
| parents | a4f492ca06a6 |
| children | 768ba28719eb |
| files | src/ipv4ll.c |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ipv4ll.c Sat May 04 11:05:17 2019 +0100 +++ b/src/ipv4ll.c Sat May 04 11:07:18 2019 +0100 @@ -286,7 +286,6 @@ ipv4_deladdr(state->addr, 1); state->down = true; state->addr = NULL; - if_initrt(ifp->ctx, AF_INET); rt_build(ifp->ctx, AF_INET); script_runreason(ifp, "IPV4LL"); ipv4ll_start1(ifp, state->arp);
