summaryrefslogtreecommitdiff
path: root/src/anytun-config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/anytun-config.cpp')
-rw-r--r--src/anytun-config.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/anytun-config.cpp b/src/anytun-config.cpp
index b305dc6..ff36487 100644
--- a/src/anytun-config.cpp
+++ b/src/anytun-config.cpp
@@ -139,10 +139,10 @@ int main(int argc, char* argv[])
int ret = 0;
UDPPacketSource::proto::endpoint endpoint;
// allow emtpy endpoint!!!
- gResolver.resolveUdp(gOpt.getRemoteAddr(), gOpt.getRemotePort(),
- boost::bind(createConnectionResolver, _1, boost::ref(cl), gOpt.getSeqWindowSize(), boost::ref(queue), gOpt.getMux(), boost::ref(sem)),
- boost::bind(createConnectionError, _1, boost::ref(sem), boost::ref(ret)),
- gOpt.getResolvAddrType());
+// gResolver.resolveUdp(gOpt.getRemoteAddr(), gOpt.getRemotePort(),
+// boost::bind(createConnectionResolver, _1, boost::ref(cl), gOpt.getSeqWindowSize(), boost::ref(queue), gOpt.getMux(), boost::ref(sem)),
+// boost::bind(createConnectionError, _1, boost::ref(sem), boost::ref(ret)),
+// gOpt.getResolvAddrType());
sem.down();
return ret;
}