Browse Source

Get rid of 000000000000000.mcerts junk files.

pull/1/head
Adam Ierymenko 13 years ago
parent
commit
157aba5c3f
  1. 2
      node/Network.cpp

2
node/Network.cpp

@ -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…
Cancel
Save