mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 23:09:44 -05:00
Fix UUID not being set for history entries.
This commit is contained in:
parent
e7a9d57800
commit
542ecd41d1
@ -392,6 +392,7 @@ Entry* Parser::parseEntry(bool history)
|
||||
else {
|
||||
if (history) {
|
||||
entry = new Entry();
|
||||
entry->setUuid(uuid);
|
||||
}
|
||||
else {
|
||||
entry = getEntry(uuid);
|
||||
|
Loading…
Reference in New Issue
Block a user