mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
cli: fix wrong error info when display ifconfig status (#324)
This commit is contained in:
+1
-1
@@ -430,7 +430,7 @@ exit:
|
||||
|
||||
void Interpreter::ProcessIfconfig(int argc, char *argv[])
|
||||
{
|
||||
ThreadError error = kThreadError_Parse;
|
||||
ThreadError error = kThreadError_None;
|
||||
|
||||
if (argc == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user