diff options
Diffstat (limited to 'node/Network.cpp')
-rw-r--r-- | node/Network.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Network.cpp b/node/Network.cpp index 2d43e383..65e61738 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -262,8 +262,6 @@ void Network::clean() { std::string mcdbPath(_r->homePath + ZT_PATH_SEPARATOR_S + "networks.d" + ZT_PATH_SEPARATOR_S + idString() + ".mcerts"); - _multicaster.clean(Utils::now()); - Mutex::Lock _l(_lock); if ((!_id)||(_isOpen)) { |