*** empty log message ***
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user