Tidy up RA scheduling.

This commit is contained in:
Simon Kelley
2012-02-25 13:09:18 +00:00
parent 96f6979c4f
commit 741c2952d4
4 changed files with 8 additions and 2 deletions

View File

@@ -399,7 +399,7 @@ static int iface_search(struct in6_addr *local, int prefix,
int scope, int if_index, int dad, void *vparam)
{
struct search_param *param = vparam;
struct dhcp_context *context, *tmp;
struct dhcp_context *context;
(void)scope;
(void)dad;