removed locking of rpl-parent since it was never unlocked - moved to routing module

This commit is contained in:
Joakim Eriksson 2015-08-26 18:24:54 +02:00
parent 5dee80a253
commit 4d5c749cf7
3 changed files with 0 additions and 11 deletions

View file

@ -773,8 +773,6 @@ dao_input(void)
PRINTF("RPL: Neighbor already in neighbor cache\n");
}
rpl_lock_parent(parent);
rep = rpl_add_route(dag, &prefix, prefixlen, &dao_sender_addr);
if(rep == NULL) {
RPL_STAT(rpl_stats.mem_overflows++);