mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 17:20:09 +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
|
||||
if (!IsTlvInitialized(Tlv::kNetworkMasterKey))
|
||||
if (!IsTlvInitialized(Tlv::kNetworkName))
|
||||
{
|
||||
NetworkNameTlv tlv;
|
||||
tlv.Init();
|
||||
|
||||
Reference in New Issue
Block a user