diff options
-rw-r--r-- | anytun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ void* sender(void* p) continue; //TODO replace 0 with mux ConnectionMap::iterator cit = param->cl.getConnection(0); - if(cit!=param->cl.getEnd()) + if(cit==param->cl.getEnd()) continue; ConnectionParam & conn = cit->second; // add payload type |