diff options
author | Othmar Gsenger <otti@anytun.org> | 2009-02-18 13:56:11 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2009-02-18 13:56:11 +0000 |
commit | df20aca6b0dbe1e12115637c2cb1f1dce0cda5f8 (patch) | |
tree | 6bf3bf194dd526783663f43483ae9f916ca66e10 | |
parent | added anytun02 compat runtime switch (diff) |
fixed disabledRouting
-rw-r--r-- | src/anytun.cpp | 1 |
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 |