linux docker build
This commit is contained in:
parent
4f521baafd
commit
6cb4c58d9a
3 changed files with 14 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue