mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 23:57:47 +00:00
[mle] set appropriate Response TLV length in SendChildUpdateResponse (#4400)
This commit is contained in:
@@ -3065,7 +3065,7 @@ void MleRouter::SendChildUpdateResponse(Child * aChild,
|
||||
break;
|
||||
|
||||
case Tlv::kResponse:
|
||||
SuccessOrExit(error = AppendResponse(*message, aChallenge.GetChallenge(), aChallenge.GetLength()));
|
||||
SuccessOrExit(error = AppendResponse(*message, aChallenge.GetChallenge(), aChallenge.GetChallengeLength()));
|
||||
break;
|
||||
|
||||
case Tlv::kSourceAddress:
|
||||
|
||||
Reference in New Issue
Block a user