From a94b0e6a430ba93d1ab521e575582ff0873b0817 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 14 Oct 2014 15:58:03 -0700 Subject: [PATCH] Get rid of rescanMulticastGroups() in Network thread since this can deadlock... the fact that this can happen is probably bad design. --- node/Network.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/node/Network.cpp b/node/Network.cpp index 1faf63cac..3949066c7 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -527,8 +527,6 @@ void Network::threadMain() t->setEnabled(_enabled); } } - - rescanMulticastGroups(); } void Network::_CBhandleTapData(void *arg,const MAC &from,const MAC &to,unsigned int etherType,const Buffer<4096> &data)