Skip to content

Commit 3425b8f

Browse files
committed
Remove accidently added debug
1 parent 0a38e02 commit 3425b8f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ipv6nd.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ __CTASSERT(sizeof(struct nd_opt_dnssl) == 8);
148148
static void ipv6nd_handledata(void *, unsigned short);
149149
static struct routeinfo *routeinfo_findalloc(struct ra *, const struct in6_addr *, uint8_t);
150150
static void routeinfohead_free(struct routeinfohead *);
151-
static void ipv6nd_startrs2(void *);
152151

153152
/*
154153
* Android ships buggy ICMP6 filter headers.
@@ -1498,8 +1497,6 @@ ipv6nd_handlera(struct dhcpcd_ctx *ctx,
14981497
/* Expire should be called last as the rap object could be destroyed */
14991498
ipv6nd_expirera(ifp);
15001499
#undef FREE_RAP
1501-
1502-
eloop_timeout_add_sec(ifp->ctx->eloop, 5, ipv6nd_startrs2, ifp);
15031500
}
15041501

15051502
bool

0 commit comments

Comments
 (0)