mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 12:10:07 +00:00
Fix the networkname TLV type during initialization. (#1070)
This commit is contained in:
@@ -136,7 +136,7 @@ ThreadError ActiveDataset::GenerateLocal(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Network Name
|
// Network Name
|
||||||
if (!IsTlvInitialized(Tlv::kNetworkMasterKey))
|
if (!IsTlvInitialized(Tlv::kNetworkName))
|
||||||
{
|
{
|
||||||
NetworkNameTlv tlv;
|
NetworkNameTlv tlv;
|
||||||
tlv.Init();
|
tlv.Init();
|
||||||
|
|||||||
Reference in New Issue
Block a user