This commit is contained in:
Arvid Norberg 2007-12-10 20:49:42 +00:00
parent 07ad5d9796
commit 87512ea3cf
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ bool rpc_manager::incoming(msg const& m)
return false;
}
if (m.addr != o->target_addr)
if (m.addr.address() != o->target_addr.address())
{
#ifdef TORRENT_DHT_VERBOSE_LOGGING
TORRENT_LOG(rpc) << "Reply with incorrect address and valid transaction id: "