diff --git a/nonfree/controller/CentralDB.cpp b/nonfree/controller/CentralDB.cpp index b39ac6dd1..177b97da4 100644 --- a/nonfree/controller/CentralDB.cpp +++ b/nonfree/controller/CentralDB.cpp @@ -1352,7 +1352,7 @@ void CentralDB::commitThread() w.commit(); - const uint64_t nwidInt = OSUtils::jsonIntHex(config["nwid"], 0ULL); + const uint64_t nwidInt = OSUtils::jsonIntHex(config["id"], 0ULL); if (nwidInt) { nlohmann::json nwOrig; nlohmann::json nwNew(config);