Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 833e740

Browse files
updated address error payload (ARMmbed#1761)
1 parent 2565170 commit 833e740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/Thread/thread_extension_bbr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ static int thread_pbbr_dua_duplicate_address_detection(int8_t service_id, uint8_
548548
// We have pending request and received answer
549549
if (memcmp(ml_eid_ptr,tr_ptr->ml_eid, 8) != 0) {
550550
// Different ml_eid but same address means duplicate address detected
551-
thread_resolution_client_address_error(this->interface_id, tr_ptr->source_address, tr_ptr->target_eid, tr_ptr->ml_eid);
551+
thread_resolution_client_address_error(this->interface_id, tr_ptr->source_address, tr_ptr->target_eid, ml_eid_ptr);
552552
ipv6_neighbour_t *neighbour_entry;
553553
neighbour_entry = ipv6_neighbour_lookup(&cur->ipv6_neighbour_cache, tr_ptr->target_eid);
554554
if (neighbour_entry) {

0 commit comments

Comments
 (0)