mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-12-24 02:50:33 -08:00
let's try this
This commit is contained in:
parent
3f19712178
commit
5494c44a30
2 changed files with 2 additions and 4 deletions
|
|
@ -520,8 +520,6 @@ void DB::_networkChanged(nlohmann::json& old, nlohmann::json& networkConfig, boo
|
|||
std::cerr << "Error deauthorizing members on network delete: " << e.what() << std::endl;
|
||||
}
|
||||
|
||||
this->eraseNetwork(networkId);
|
||||
|
||||
// delete the network
|
||||
std::unique_lock<std::shared_mutex> l(_networks_l);
|
||||
_networks.erase(networkId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue