From 141af879ff2883a1e99fef27e399b5d60ec0723b Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 18 Dec 2007 17:38:51 +0000 Subject: fixed sender (no packets error) --- anytun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index c9da73a..69d4a9a 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -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 -- cgit v1.2.3