From 3425b8f762fb19136462e3a35f4e435fda61be02 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 23 Feb 2025 16:37:41 +0000 Subject: [PATCH] Remove accidently added debug --- src/ipv6nd.c | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.47.3