From ef78533f16f9b944f6e35778d4cbb19995297ed0 Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 15 Oct 2014 12:45:32 -0400 Subject: [PATCH] fixed typo --- I2PTunnel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I2PTunnel.cpp b/I2PTunnel.cpp index 15fbc0f3..3a58f04d 100644 --- a/I2PTunnel.cpp +++ b/I2PTunnel.cpp @@ -201,7 +201,7 @@ namespace stream CreateConnection (socket); else { - i2p::data::netdb.RequestDestination (*m_DestinationIdentHash, GetLocalDestination ()->GetTunnelPool ()); + i2p::data::netdb.RequestDestination (*m_DestinationIdentHash, true, GetLocalDestination ()->GetTunnelPool ()); m_Timer.expires_from_now (boost::posix_time::seconds (I2P_TUNNEL_DESTINATION_REQUEST_TIMEOUT)); m_Timer.async_wait (boost::bind (&I2PClientTunnel::HandleDestinationRequestTimer, this, boost::asio::placeholders::error, socket));