mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-22 13:02:10 -04:00
Fix crash when adding external ssh key to entry
This commit is contained in:
parent
2022a5e65c
commit
d41a37c9bc
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ bool EditEntryWidget::getOpenSSHKey(OpenSSHKey& key, bool decrypt)
|
||||||
KeeAgentSettings settings;
|
KeeAgentSettings settings;
|
||||||
toKeeAgentSettings(settings);
|
toKeeAgentSettings(settings);
|
||||||
|
|
||||||
if (!settings.keyConfigured()) {
|
if (!m_entry || !settings.keyConfigured()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue