Skip to content

Commit 62ffba3

Browse files
keepalive for on mesh commissioner sent to leader aloc. (ARMmbed#1821)
1 parent f846823 commit 62ffba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/6LoWPAN/Thread/thread_commissioning_api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ int thread_commissioning_petition_keep_alive(int8_t interface_id, commissioning_
903903
} else {
904904
uri_ptr = THREAD_URI_LEADER_KEEP_ALIVE;
905905
service_id = this->coap_service_id;
906+
thread_management_get_leader_aloc(this->interface_id, this->destination_address);
906907
}
907908

908909
ptr = payload;

0 commit comments

Comments
 (0)