Have router make two separate attempts to reconnect to current partition. (#1276)

This commit is contained in:
Jonathan Hui
2017-02-09 11:05:35 -08:00
committed by GitHub
parent d50d62ca5b
commit efc4599d62
15 changed files with 50 additions and 40 deletions
+1 -1
View File
@@ -2100,7 +2100,7 @@ void Interpreter::ProcessState(int argc, char *argv[])
}
else if (strcmp(argv[0], "child") == 0)
{
SuccessOrExit(error = otBecomeChild(mInstance, kMleAttachSamePartition));
SuccessOrExit(error = otBecomeChild(mInstance, kMleAttachSamePartition1));
}
else if (strcmp(argv[0], "router") == 0)
{