Remove unused code.

This commit is contained in:
Simon Kelley
2013-12-17 17:40:32 +00:00
parent 76ff440ebe
commit 875b8160f6
2 changed files with 1 additions and 2 deletions

View File

@@ -93,7 +93,6 @@ void slaac_add_addrs(struct dhcp_lease *lease, time_t now, int force)
slaac->ping_time = now;
slaac->backoff = 1;
slaac->addr = addr;
slaac->local = context->local6;
/* Do RA's to prod it */
ra_start_unsolicted(now, context);
}