mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 11:20:10 +01:00
Fix duplicate ssh plugin error message.
This commit is contained in:
@@ -56,7 +56,7 @@ int sshplugin_download_password(struct crypt_device *cd, ssh_session ssh,
|
||||
|
||||
file = sftp_open(sftp, path, O_RDONLY, 0);
|
||||
if (!file) {
|
||||
crypt_log(cd, CRYPT_LOG_ERROR, _("Cannot create sftp session: "));
|
||||
crypt_log(cd, CRYPT_LOG_ERROR, _("Cannot open sftp session: "));
|
||||
r = SSH_FX_FAILURE;
|
||||
goto out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user