From ffffc0179f57a2b2de0a4bf09a354f2fa5498be5 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 27 Jan 2014 23:16:15 -0800 Subject: Fix a couple compile items. --- node/Network.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node/Network.hpp') diff --git a/node/Network.hpp b/node/Network.hpp index af51e368..82ae6c40 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -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; -- cgit v1.2.3