mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fix previous commit
This commit is contained in:
parent
938d5d901a
commit
254bf313a2
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ namespace client
|
||||||
//uint64_t date = bufbe64toh(buf);
|
//uint64_t date = bufbe64toh(buf);
|
||||||
buf += sizeof(uint64_t);
|
buf += sizeof(uint64_t);
|
||||||
const uint8_t * sig = buf;
|
const uint8_t * sig = buf;
|
||||||
if(ident.Verify(body, len - sizeof(uint16_t), sig))
|
if(ident.Verify(body, len - sizeof(uint16_t) - ident.GetSignatureLen(), sig))
|
||||||
{
|
{
|
||||||
if(m_Destination->Reconfigure(opts))
|
if(m_Destination->Reconfigure(opts))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue