diff options
Diffstat (limited to 'anyctr.cpp')
-rw-r--r-- | anyctr.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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; } |