mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-07 03:34:15 +00:00
fixed build error
This commit is contained in:
parent
6643258618
commit
bd5122c6ea
@ -263,7 +263,7 @@ namespace data
|
||||
void LeaseSet2::Update (const uint8_t * buf, size_t len, bool verifySignature)
|
||||
{
|
||||
SetBuffer (buf, len);
|
||||
if (storeType != NETDB_STORE_TYPE_ENCRYPTED_LEASESET2)
|
||||
if (GetStoreType () != NETDB_STORE_TYPE_ENCRYPTED_LEASESET2)
|
||||
ReadFromBuffer (buf, len, false, verifySignature);
|
||||
// TODO: implement encrypted
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user