check if remote RouterInfo is presented

This commit is contained in:
orignal 2014-09-14 21:53:00 -04:00
parent f8481b70eb
commit 11a1201506
2 changed files with 3 additions and 7 deletions

View file

@ -98,7 +98,7 @@ namespace i2p
if (ret)
UpdateRouterInfo ();
}
return true;
return ret;
}
void RouterContext::RemoveIntroducer (const boost::asio::ip::udp::endpoint& e)