mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 06:49:54 +00:00
[mle-router] fix uninitialized message in SendChildUpdaateRequest() (#7509)
This commit is contained in:
@@ -3160,7 +3160,7 @@ Error MleRouter::SendChildUpdateRequest(Child &aChild)
|
||||
static const uint8_t tlvs[] = {Tlv::kTimeout, Tlv::kAddressRegistration};
|
||||
Error error = kErrorNone;
|
||||
Ip6::Address destination;
|
||||
Message * message;
|
||||
Message * message = nullptr;
|
||||
|
||||
if (!aChild.IsRxOnWhenIdle())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user