Fix a couple compile items.

This commit is contained in:
Adam Ierymenko 2014-01-27 23:16:15 -08:00
parent f80ec871f6
commit ffffc0179f
2 changed files with 4 additions and 0 deletions

View file

@ -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;