We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a38e02 commit 3425b8fCopy full SHA for 3425b8f
src/ipv6nd.c
@@ -148,7 +148,6 @@ __CTASSERT(sizeof(struct nd_opt_dnssl) == 8);
148
static void ipv6nd_handledata(void *, unsigned short);
149
static struct routeinfo *routeinfo_findalloc(struct ra *, const struct in6_addr *, uint8_t);
150
static void routeinfohead_free(struct routeinfohead *);
151
-static void ipv6nd_startrs2(void *);
152
153
/*
154
* Android ships buggy ICMP6 filter headers.
@@ -1498,8 +1497,6 @@ ipv6nd_handlera(struct dhcpcd_ctx *ctx,
1498
1497
/* Expire should be called last as the rap object could be destroyed */
1499
ipv6nd_expirera(ifp);
1500
#undef FREE_RAP
1501
-
1502
- eloop_timeout_add_sec(ifp->ctx->eloop, 5, ipv6nd_startrs2, ifp);
1503
}
1504
1505
bool
0 commit comments