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 bb506bd..e6dcb07 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);