From: Roy Marples Date: Fri, 24 Mar 2017 21:36:56 +0000 (+0000) Subject: Fix compile on NetBSD. X-Git-Tag: v7.0.0-beta1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=428cd06c5e9d09e6c8d3ec9416500de1d0ec744f;p=thirdparty%2Fdhcpcd.git Fix compile on NetBSD. --- diff --git a/src/ipv6nd.c b/src/ipv6nd.c index c6ec085f..d80183dc 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -1025,7 +1025,6 @@ ipv6nd_handlera(struct dhcpcd_ctx *ctx, struct interface *ifp, #ifdef IPV6_MANAGETEMPADDR /* RFC4941 Section 3.3.3 */ if (ap->flags & IPV6_AF_AUTOCONF && - ap->iface->options->options & DHCPCD_IPV6RA_OWN && ip6_use_tempaddr(ap->iface->name)) { if (!new_ap) {