From 315bf240fc9899020befcab1f95a05185abeec77 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 25 Sep 2025 16:34:08 -0700 Subject: [PATCH] json field fix --- nonfree/controller/CentralDB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);