mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 05:38:18 +00:00
linux docker build
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user