diff options
Diffstat (limited to 'node/Network.cpp')
-rw-r--r-- | node/Network.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Network.cpp b/node/Network.cpp index 2a071f6f..0575f48c 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -67,6 +67,7 @@ Network::Network(const RuntimeEnvironment *renv,uint64_t nwid) : std::string conf(RR->node->dataStoreGet(confn)); if (conf.length()) { setConfiguration(Dictionary(conf),false); + _lastConfigUpdate = 0; // we still want to re-request a new config from the network gotConf = true; } } catch ( ... ) {} // ignore invalids, we'll re-request |