Browse Source

fixed build error

pull/1292/head
orignal 5 years ago
parent
commit
bd5122c6ea
  1. 2
      libi2pd/LeaseSet.cpp

2
libi2pd/LeaseSet.cpp

@ -263,7 +263,7 @@ namespace data @@ -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…
Cancel
Save