Fix uninitialized UDPTrackerClient::numWatchers_

pull/60/head
Tatsuhiro Tsujikawa 2013-04-01 01:24:57 +09:00
parent b5a6c39262
commit 12a3eaf233
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
namespace aria2 {
UDPTrackerClient::UDPTrackerClient()
: numWatchers_(0)
{}
namespace {