mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
ident fix
This commit is contained in:
parent
e45cfe7d0c
commit
a26dc39a6d
@ -268,6 +268,7 @@ namespace client
|
||||
m_OutPacket << line << '\n';
|
||||
}
|
||||
}
|
||||
LogPrint (eLogError, m_OutPacket.str ().substr (0, m_OutPacket.str ().length ()));
|
||||
I2PTunnelConnection::Write ((uint8_t *)m_OutPacket.str ().c_str (), m_OutPacket.str ().length ());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user