From: Roy Marples Date: Sun, 23 Feb 2025 16:37:41 +0000 (+0000) Subject: Remove accidently added debug X-Git-Tag: v10.2.1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3425b8f762fb19136462e3a35f4e435fda61be02;p=thirdparty%2Fdhcpcd.git Remove accidently added debug --- diff --git a/src/ipv6nd.c b/src/ipv6nd.c index fe3423dd..4e1a536e 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -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