Fix a couple compile items.
This commit is contained in:
parent
f80ec871f6
commit
ffffc0179f
2 changed files with 4 additions and 0 deletions
|
@ -268,6 +268,8 @@ public:
|
|||
if (_lastConfigUpdate > 0)
|
||||
return NETWORK_OK;
|
||||
else return NETWORK_WAITING_FOR_FIRST_AUTOCONF;
|
||||
case NETCONF_FAILURE_INIT_FAILED:
|
||||
return NETWORK_INITIALIZATION_FAILED;
|
||||
}
|
||||
} else if (_netconfFailure == NETCONF_FAILURE_INIT_FAILED)
|
||||
return NETWORK_INITIALIZATION_FAILED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue