fixed build error

This commit is contained in:
orignal 2019-02-01 17:41:12 -05:00
parent 6643258618
commit bd5122c6ea

View file

@ -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
}