summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-18 17:38:51 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-18 17:38:51 +0000
commit141af879ff2883a1e99fef27e399b5d60ec0723b (patch)
treeabf0b3472ed71a44b71b50d6840ba8258e620ee6 /anytun.cpp
parentincludes missing files (diff)
fixed sender (no packets error)
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp2
1 files changed, 1 insertions, 1 deletions
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