*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-02-26 00:27:06 +00:00
parent 7af8beff02
commit 2d363127e9
15 changed files with 139 additions and 63 deletions

View File

@@ -733,7 +733,7 @@ namespace libtorrent
void policy::peer_from_tracker(const address& remote, const peer_id& id)
{
// just ignore the obviously invalid entries from the tracker
if(remote.ip() == 0 || remote.port() == 0)
if(remote.ip() == 0 || remote.port == 0)
return;
try