removed locking of rpl-parent since it was never unlocked - moved to routing module
This commit is contained in:
parent
5dee80a253
commit
4d5c749cf7
3 changed files with 0 additions and 11 deletions
|
@ -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++);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue