From: Victor Grishchenko (mughal) Date: Wed, 17 Feb 2010 17:06:10 +0000 (+0100) Subject: bug: tracker was unset X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=d7339b25c9a5dd2714a5f038b37db1b59793f28e;p=swift-upb.git bug: tracker was unset --- diff --git a/swift.cpp b/swift.cpp index d226265..8076afd 100644 --- a/swift.cpp +++ b/swift.cpp @@ -64,6 +64,7 @@ int main (int argc, char** argv) { tracker = Address(optarg); if (tracker==Address()) quit("address must be hostname:port, ip:port or just port\n"); + SetTracker(tracker); break; case 'D': Channel::debug_file = optarg ? fopen(optarg,"a") : stdout;