Thread Commissioning. (#399)

This commit is contained in:
Jonathan Hui
2016-09-08 10:23:11 -07:00
committed by GitHub
parent 4f610ef082
commit 7c2b818d2e
46 changed files with 3987 additions and 130 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ ThreadError Dataset::ProcessMgmtGetCommand(int argc, char *argv[])
}
else if (strcmp(argv[index], "localprefix") == 0)
{
tlvs[length++] = OT_MESHCOP_TLV_LOCALPREFIX;
tlvs[length++] = OT_MESHCOP_TLV_MESHLOCALPREFIX;
}
else if (strcmp(argv[index], "delaytimer") == 0)
{