pull/628/head
Jeff Becker 8 years ago
parent 47ebb6ae6c
commit 9062bf14b6
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

@ -638,7 +638,7 @@ namespace client
return;
}
LogPrint(eLogInfo, "UDP Tunnel: resolved ", m_RemoteDest, " to ", m_RemoteIdent->ToBase32());
auto dgram = m_LocalDest->CreateDatagramDestination();
auto dgram = m_LocalDest->CreateDatagramDestination().get();
// delete existing session
if(m_Session) delete m_Session;
boost::asio::ip::udp::endpoint ep(boost::asio::ip::address::from_string("127.0.0.1"), 0);

Loading…
Cancel
Save