|
@@ -991,7 +991,7 @@ void PostgreSQL::commitThread()
|
|
|
(bool)(*config)["activeBridge"],
|
|
|
(bool)(*config)["authorized"],
|
|
|
OSUtils::jsonDump((*config)["capabilities"], -1),
|
|
|
- (std::string)(*config)["identity"],
|
|
|
+ OSUtils::jsonString((*config)["identity"], ""),
|
|
|
(uint64_t)(*config)["lastAuthorizedTime"],
|
|
|
(uint64_t)(*config)["lastDeauthorizedTime"],
|
|
|
(bool)(*config)["noAutoAssignIps"],
|
|
@@ -1097,7 +1097,7 @@ void PostgreSQL::commitThread()
|
|
|
OSUtils::now(),
|
|
|
(int)(*config)["mtu"],
|
|
|
(int)(*config)["multicastLimit"],
|
|
|
- (std::string)(*config)["name"],
|
|
|
+ OSUtils::jsonString((*config)["name"],""),
|
|
|
(bool)(*config)["private"],
|
|
|
(int)(*config)["remoteTraceLevel"],
|
|
|
remoteTraceTarget,
|