mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
osx fix
This commit is contained in:
parent
47ebb6ae6c
commit
9062bf14b6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue