]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix prior on other os
authorRoy Marples <roy@marples.name>
Fri, 25 Oct 2019 12:20:20 +0000 (13:20 +0100)
committerRoy Marples <roy@marples.name>
Fri, 25 Oct 2019 12:20:20 +0000 (13:20 +0100)
src/ipv6nd.c

index 3e98bf171c14c1741e5d4423cfdbd709f0b31027..5a007ab283406aa534bc417306ad990419df2ee3 100644 (file)
@@ -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;