mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01: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';
|
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 ());
|
I2PTunnelConnection::Write ((uint8_t *)m_OutPacket.str ().c_str (), m_OutPacket.str ().length ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue