Skip to content

Commit 4fda90e

Browse files
author
Arto Kinnunen
authored
Clear data request flag in child_id_req timeout (#1649)
Clear data request flag when returning back to old partition due child_id_request timeout.
1 parent 5af4a39 commit 4fda90e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/6LoWPAN/Thread/thread_host_bootstrap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,7 @@ static bool thread_child_id_req_timeout(int8_t interface_id, uint16_t msgId, boo
10351035

10361036
cur->thread_info->localServerDataBase.release_old_address = false;
10371037
cur->thread_info->releaseRouterId = false;
1038+
cur->thread_info->networkDataRequested = false;
10381039

10391040
cur->nwk_bootstrap_state = ER_BOOTSRAP_DONE;
10401041

0 commit comments

Comments
 (0)