mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-09 14:55:06 +02:00
json field fix
This commit is contained in:
parent
c6b7c263d2
commit
315bf240fc
1 changed files with 1 additions and 1 deletions
|
@ -1352,7 +1352,7 @@ void CentralDB::commitThread()
|
||||||
|
|
||||||
w.commit();
|
w.commit();
|
||||||
|
|
||||||
const uint64_t nwidInt = OSUtils::jsonIntHex(config["nwid"], 0ULL);
|
const uint64_t nwidInt = OSUtils::jsonIntHex(config["id"], 0ULL);
|
||||||
if (nwidInt) {
|
if (nwidInt) {
|
||||||
nlohmann::json nwOrig;
|
nlohmann::json nwOrig;
|
||||||
nlohmann::json nwNew(config);
|
nlohmann::json nwNew(config);
|
||||||
|
|
Loading…
Add table
Reference in a new issue