mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-03 19:13:43 +02:00
Merge 3b4b038cf3
into f4053c8af3
This commit is contained in:
commit
1d89652bf0
1 changed files with 1 additions and 1 deletions
|
@ -1648,7 +1648,7 @@ void PostgreSQL::commitThread()
|
|||
try {
|
||||
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",
|
||||
networkId);
|
||||
|
|
Loading…
Add table
Reference in a new issue