mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
ident fix
This commit is contained in:
parent
e45cfe7d0c
commit
a26dc39a6d
1 changed files with 22 additions and 21 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue