From 75f036f698834eb460ed0819afe8753d507f9084 Mon Sep 17 00:00:00 2001 From: mdurvy Date: Thu, 16 Oct 2008 09:07:43 +0000 Subject: [PATCH] uncommented the remove of the router (necessary for compliance) --- core/net/uip-nd6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/net/uip-nd6.c b/core/net/uip-nd6.c index 6e7a2ba89..e4bfe04df 100644 --- a/core/net/uip-nd6.c +++ b/core/net/uip-nd6.c @@ -383,7 +383,7 @@ uip_nd6_periodic(void) if(uip_nd6_defrouter_list[i].used == 1) { router = &(uip_nd6_defrouter_list[i]); if (timer_expired(&(router->lifetime))) { - ;//uip_nd6_defrouter_rm(router); + uip_nd6_defrouter_rm(router); } } }