cleaned up from duplicated methods

This commit is contained in:
orignal 2014-10-21 15:44:28 -04:00
parent e96ffd4189
commit ab843b6552
6 changed files with 6 additions and 9 deletions

View file

@ -257,7 +257,7 @@ namespace tunnel
{
// last hop
auto hop = outboundTunnel->GetTunnelConfig ()->GetFirstHop ()->router;
if (hop->GetIdentHash () != i2p::context.GetRouterIdentHash ()) // outbound shouldn't be zero-hop tunnel
if (hop->GetIdentHash () != i2p::context.GetIdentHash ()) // outbound shouldn't be zero-hop tunnel
{
prevHop = hop;
hops.push_back (prevHop);