mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix UUID not being set for history entries.
This commit is contained in:
@@ -392,6 +392,7 @@ Entry* Parser::parseEntry(bool history)
|
||||
else {
|
||||
if (history) {
|
||||
entry = new Entry();
|
||||
entry->setUuid(uuid);
|
||||
}
|
||||
else {
|
||||
entry = getEntry(uuid);
|
||||
|
||||
Reference in New Issue
Block a user