Преглед на файлове

Get rid of rescanMulticastGroups() in Network thread since this can deadlock... the fact that this can happen is probably bad design.

Adam Ierymenko преди 11 години
родител
ревизия
a94b0e6a43
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      node/Network.cpp

+ 0 - 2
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)