mirror of https://github.com/aria2/aria2
2009-04-24 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Code cleanup * src/PeerListProcessor.hpull/1/head
parent
3955054837
commit
ea8668d80f
|
@ -1,3 +1,8 @@
|
|||
2009-04-24 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Code cleanup
|
||||
* src/PeerListProcessor.h
|
||||
|
||||
2009-04-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Removed RequestGroupAware
|
||||
|
|
|
@ -64,7 +64,7 @@ public:
|
|||
continue;
|
||||
}
|
||||
static const std::string IP = "ip";
|
||||
static const std::string PORT("port");
|
||||
static const std::string PORT = "port";
|
||||
const bencode::BDE& ip = peerDict[IP];
|
||||
const bencode::BDE& port = peerDict[PORT];
|
||||
if(!ip.isString() || !port.isInteger() ||
|
||||
|
|
Loading…
Reference in New Issue