]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
No need to check this again.
authorRoy Marples <roy@marples.name>
Wed, 18 Feb 2015 16:43:54 +0000 (16:43 +0000)
committerRoy Marples <roy@marples.name>
Wed, 18 Feb 2015 16:43:54 +0000 (16:43 +0000)
ipv6.c

diff --git a/ipv6.c b/ipv6.c
index fcb79dd82a83bae24c5cfac83f3a415bc38da1c0..8cf27b9563a4a3d416153d782f36ad673687427d 100644 (file)
--- 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) {