mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03: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;
|
||||
toKeeAgentSettings(settings);
|
||||
|
||||
if (!settings.keyConfigured()) {
|
||||
if (!m_entry || !settings.keyConfigured()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue