Get rid of 000000000000000.mcerts junk files.

This commit is contained in:
Adam Ierymenko 2013-09-17 16:28:17 -04:00
parent f9079a110e
commit 157aba5c3f

View File

@ -251,7 +251,7 @@ void Network::clean()
Mutex::Lock _l(_lock);
if (_configuration.isOpen()) {
if ((!_id)||(_configuration.isOpen())) {
_membershipCertificates.clear();
Utils::rm(mcdbPath);
} else {