From: Roy Marples Date: Sat, 4 May 2019 10:07:18 +0000 (+0100) Subject: Fix compile. X-Git-Tag: v8.0.0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91aebb88313ddca7f87c5ebdfd07fdb5c8722a3;p=thirdparty%2Fdhcpcd.git Fix compile. --- diff --git a/src/ipv4ll.c b/src/ipv4ll.c index 23952e4e..77267132 100644 --- a/src/ipv4ll.c +++ b/src/ipv4ll.c @@ -286,7 +286,6 @@ ipv4ll_defend_failed(struct interface *ifp) 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);