Fix merge error
This commit is contained in:
parent
fd5dd2c6e1
commit
d306f4872e
@ -115,6 +115,7 @@ inline bool VersionCountingBlock::_checkVersion(const cpputils::Data &data, cons
|
||||
if(!knownBlockVersions->checkAndUpdateVersion(lastClientId, key, version)) {
|
||||
cpputils::logging::LOG(cpputils::logging::WARN) << "Decrypting block " << key.ToString() <<
|
||||
" failed due to decreasing version number. Was the block rolled back or re-introduced by an attacker?";
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user