summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/anytun.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp
index cfe80d1..054013b 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -184,6 +184,7 @@ void sender(void* p)
cit = gConnectionList.getConnection(mux);
} catch (std::exception& e) { continue; } // no route
else
+ cit = gConnectionList.getBegin();
#else
cit = gConnectionList.getBegin();
#endif