From 850e6fefb3f24a179254217cf95eeb54bafaa29d Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Mon, 19 Mar 2018 11:51:40 -0700 Subject: [PATCH] RPL-Lite: initialize rpl-neighbor module only once, in rpl.c --- os/net/routing/rpl-lite/rpl-dag.c | 1 - 1 file changed, 1 deletion(-) diff --git a/os/net/routing/rpl-lite/rpl-dag.c b/os/net/routing/rpl-lite/rpl-dag.c index 5074dd482..65365ac77 100644 --- a/os/net/routing/rpl-lite/rpl-dag.c +++ b/os/net/routing/rpl-lite/rpl-dag.c @@ -716,7 +716,6 @@ void rpl_dag_init(void) { memset(&curr_instance, 0, sizeof(curr_instance)); - rpl_neighbor_init(); } /*---------------------------------------------------------------------------*/ /** @} */