mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-19 04:26:53 +02:00
use plain buffer instead stream for SignedData
This commit is contained in:
parent
9ba016259d
commit
7e3d9649de
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace transport
|
|||
SignedData (): m_Size(0) {}
|
||||
SignedData (const SignedData& other)
|
||||
{
|
||||
m_Size = other.Size;
|
||||
m_Size = other.m_Size;
|
||||
memcpy (m_Buf, other.m_Buf, m_Size);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue