From 11a214c7383b5cce7d65d5458876ff1cc17910b7 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 29 Feb 2008 18:56:43 +0000 Subject: fixed anyctr without remote connection --- anyctr.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/anyctr.cpp b/anyctr.cpp index aaecbc0..ef5b7f0 100644 --- a/anyctr.cpp +++ b/anyctr.cpp @@ -96,10 +96,7 @@ int main(int argc, char* argv[]) ConnectionList cl; SyncQueue queue; - if(gOpt.getRemoteAddr() != "") - { - createConnection(gOpt.getRemoteAddr(),gOpt.getRemotePort(),cl,gOpt.getSeqWindowSize(), queue, gOpt.getMux()); - } + createConnection(gOpt.getRemoteAddr(),gOpt.getRemotePort(),cl,gOpt.getSeqWindowSize(), queue, gOpt.getMux()); return ret; } -- cgit v1.2.3