Initialized member

pull/31/head
Tatsuhiro Tsujikawa 2012-10-29 23:39:13 +09:00
parent f60b956a48
commit 00e3151110
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ DefaultBtInteractive::DefaultBtInteractive
dhtEnabled_(false),
numReceivedMessage_(0),
maxOutstandingRequest_(DEFAULT_MAX_OUTSTANDING_REQUEST),
requestGroupMan_(0)
requestGroupMan_(0),
tcpPort_(0)
{}
DefaultBtInteractive::~DefaultBtInteractive() {}