RPL-Lite: initialize rpl-neighbor module only once, in rpl.c

This commit is contained in:
Simon Duquennoy 2018-03-19 11:51:40 -07:00
parent cc0887b87d
commit 850e6fefb3
1 changed files with 0 additions and 1 deletions

View File

@ -716,7 +716,6 @@ void
rpl_dag_init(void)
{
memset(&curr_instance, 0, sizeof(curr_instance));
rpl_neighbor_init();
}
/*---------------------------------------------------------------------------*/
/** @} */