mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fix typo
This commit is contained in:
@@ -696,7 +696,7 @@ namespace client
|
|||||||
if (s->m_Destination)
|
if (s->m_Destination)
|
||||||
{
|
{
|
||||||
auto info = m_Session->m_Destination->GetInfoForRemote(s->Identity);
|
auto info = m_Session->m_Destination->GetInfoForRemote(s->Identity);
|
||||||
if(!info)
|
if(info)
|
||||||
{
|
{
|
||||||
infos.push_back(DatagramSessionInfo{
|
infos.push_back(DatagramSessionInfo{
|
||||||
m_Name,
|
m_Name,
|
||||||
|
|||||||
Reference in New Issue
Block a user