mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04: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 {
|
else {
|
||||||
if (history) {
|
if (history) {
|
||||||
entry = new Entry();
|
entry = new Entry();
|
||||||
|
entry->setUuid(uuid);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
entry = getEntry(uuid);
|
entry = getEntry(uuid);
|
||||||
|
Loading…
Reference in New Issue
Block a user