From: Roy Marples Date: Wed, 18 Feb 2015 16:43:54 +0000 (+0000) Subject: No need to check this again. X-Git-Tag: v6.8.0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07cebf2c97215a0640fa08549891e3c620650e47;p=thirdparty%2Fdhcpcd.git No need to check this again. --- diff --git a/ipv6.c b/ipv6.c index fcb79dd8..8cf27b95 100644 --- a/ipv6.c +++ b/ipv6.c @@ -1097,9 +1097,6 @@ ipv6_addlinklocal(struct interface *ifp) struct ipv6_addr *ap, *ap2; int dadcounter; - if (ipv6_linklocal(ifp)) - return 0; - /* Check sanity before malloc */ if (!(ifp->options->options & DHCPCD_SLAACPRIVATE)) { switch (ifp->family) {