mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
reduced memory usage
This commit is contained in:
parent
550f9de41a
commit
57d4ccfdfd
2 changed files with 3 additions and 0 deletions
|
@ -238,6 +238,7 @@ namespace transport
|
|||
// verify
|
||||
if (!s.Verify (m_RemoteIdentity, payload))
|
||||
LogPrint (eLogError, "SSU signature verification failed");
|
||||
m_RemoteIdentity.DropVerifier ();
|
||||
|
||||
SendSessionConfirmed (y, ourAddress, addressSize + 2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue