Merge pull request #911 from cetic/pr-reset-dao-flag

Reset nopath_received flag when new DAO is received
ico
Nicolas Tsiftes 2015-01-03 11:38:35 +01:00
commit 7841eface3
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ dao_input(void)
rep->state.lifetime = RPL_LIFETIME(instance, lifetime);
rep->state.learned_from = learned_from;
rep->state.nopath_received = 0;
#if RPL_CONF_MULTICAST
fwd_dao: