mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Get rid of 000000000000000.mcerts junk files.
This commit is contained in:
parent
f9079a110e
commit
157aba5c3f
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void Network::clean()
|
|||
|
||||
Mutex::Lock _l(_lock);
|
||||
|
||||
if (_configuration.isOpen()) {
|
||||
if ((!_id)||(_configuration.isOpen())) {
|
||||
_membershipCertificates.clear();
|
||||
Utils::rm(mcdbPath);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue