]> p2p-next.cs.pub.ro Git - cs-p2p-next.git/commitdiff
instrumentation/hrktorrent: fix hrktorrent settings configuration from "nodht" to...
authorP2P-Next <p2p-next@cs.pub.ro>
Fri, 20 Aug 2010 13:20:27 +0000 (16:20 +0300)
committerP2P-Next <p2p-next@cs.pub.ro>
Fri, 20 Aug 2010 13:20:27 +0000 (16:20 +0300)
instrumentation/hrktorrent/main.cpp

index bb506bd6560744ab679b97037b7555e5d53e1bdd..e6dcb07c4ca4d08cc0752e94ef5e611a29ecf5a5 100644 (file)
@@ -82,10 +82,10 @@ parseargs(int argc, char** argv)
                        Settings->Set("limitlocal", 1);
                        break;
                case 't':
-                       Settings->Set("nodht", 1);
+                       Settings->Set("dht", 0);
                        break;
                case 'n':
-                       Settings->Set("noupnp", 1);
+                       Settings->Set("upnp", 0);
                        break;
                case 's':
                        Settings->Set("seed", 0);