diff --git a/ChangeLog b/ChangeLog index 6ff4490f2..db611ff4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-24 Tatsuhiro Tsujikawa + + Code cleanup + * src/PeerListProcessor.h + 2009-04-23 Tatsuhiro Tsujikawa Removed RequestGroupAware diff --git a/src/PeerListProcessor.h b/src/PeerListProcessor.h index 82e407c85..67d12930b 100644 --- a/src/PeerListProcessor.h +++ b/src/PeerListProcessor.h @@ -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() ||