mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-14 01:23:44 +02:00
Merge 3b4b038cf3
into cadfa0bc4d
This commit is contained in:
commit
55e4bbceed
1 changed files with 1 additions and 1 deletions
|
@ -1648,7 +1648,7 @@ void PostgreSQL::commitThread()
|
||||||
try {
|
try {
|
||||||
pqxx::work w(*c->c);
|
pqxx::work w(*c->c);
|
||||||
|
|
||||||
std::string networkId = config["nwid"];
|
std::string networkId = config["id"];
|
||||||
|
|
||||||
pqxx::result res = w.exec_params0("UPDATE ztc_network SET deleted = true WHERE id = $1",
|
pqxx::result res = w.exec_params0("UPDATE ztc_network SET deleted = true WHERE id = $1",
|
||||||
networkId);
|
networkId);
|
||||||
|
|
Loading…
Add table
Reference in a new issue