From d7339b25c9a5dd2714a5f038b37db1b59793f28e Mon Sep 17 00:00:00 2001 From: "Victor Grishchenko (mughal)" Date: Wed, 17 Feb 2010 18:06:10 +0100 Subject: [PATCH] bug: tracker was unset --- swift.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1