mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-25 18:34:47 +00:00
check for compatibility of LeaseSet encryption keys with local destination's encryption type
This commit is contained in:
+1
-1
@@ -361,7 +361,7 @@ namespace data
|
||||
{
|
||||
if(it->second->GetExpirationTime() < expires)
|
||||
{
|
||||
it->second->Update (buf, len, false); // signature is verified already
|
||||
it->second->Update (buf, len, nullptr, false); // signature is verified already
|
||||
if (CheckLogLevel (eLogInfo))
|
||||
LogPrint (eLogInfo, "NetDb: LeaseSet updated: ", ident.ToBase32());
|
||||
updated = true;
|
||||
|
||||
Reference in New Issue
Block a user