From: Roy Marples Date: Fri, 25 Oct 2019 12:20:20 +0000 (+0100) Subject: Fix prior on other os X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f859ab48a7f59280fa6dbd9b6d5b5368442d3ceb;p=thirdparty%2Fdhcpcd.git Fix prior on other os --- diff --git a/src/ipv6nd.c b/src/ipv6nd.c index 3e98bf17..5a007ab2 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -275,7 +275,7 @@ ipv6nd_open(struct interface *ifp) static int ipv6nd_open(struct dhcpcd_ctx *ctx) { - int fd, on; + int fd; if (ctx->nd_fd != -1) return ctx->nd_fd;