summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--anyctr.cpp5
1 files changed, 1 insertions, 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;
}