]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove accidently added debug
authorRoy Marples <roy@marples.name>
Sun, 23 Feb 2025 16:37:41 +0000 (16:37 +0000)
committerRoy Marples <roy@marples.name>
Sun, 23 Feb 2025 16:37:41 +0000 (16:37 +0000)
src/ipv6nd.c

index fe3423dda9dd7816e138ba54d83bf50a99a7fdd6..4e1a536eab24c6f1a3130905c0c4939afd5a7f0b 100644 (file)
@@ -148,7 +148,6 @@ __CTASSERT(sizeof(struct nd_opt_dnssl) == 8);
 static void ipv6nd_handledata(void *, unsigned short);
 static struct routeinfo *routeinfo_findalloc(struct ra *, const struct in6_addr *, uint8_t);
 static void routeinfohead_free(struct routeinfohead *);
-static void ipv6nd_startrs2(void *);
 
 /*
  * Android ships buggy ICMP6 filter headers.
@@ -1498,8 +1497,6 @@ nodhcp6:
        /* Expire should be called last as the rap object could be destroyed */
        ipv6nd_expirera(ifp);
 #undef FREE_RAP
-
-       eloop_timeout_add_sec(ifp->ctx->eloop, 5, ipv6nd_startrs2, ifp);
 }
 
 bool