mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
osx fix
This commit is contained in:
@@ -638,7 +638,7 @@ namespace client
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
LogPrint(eLogInfo, "UDP Tunnel: resolved ", m_RemoteDest, " to ", m_RemoteIdent->ToBase32());
|
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
|
// delete existing session
|
||||||
if(m_Session) delete m_Session;
|
if(m_Session) delete m_Session;
|
||||||
boost::asio::ip::udp::endpoint ep(boost::asio::ip::address::from_string("127.0.0.1"), 0);
|
boost::asio::ip::udp::endpoint ep(boost::asio::ip::address::from_string("127.0.0.1"), 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user