From df20aca6b0dbe1e12115637c2cb1f1dce0cda5f8 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 18 Feb 2009 13:56:11 +0000 Subject: fixed disabledRouting --- src/anytun.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/anytun.cpp') 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 -- cgit v1.2.3