From f3128a18fee6745317cdf1918fe3c3901958b1de Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 25 Sep 2013 10:55:27 -0400 Subject: Work in progress... --- node/Network.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'node/Network.cpp') 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)) { -- cgit v1.2.3