mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Better way to fix bug "Found a bug but no bugtracker"
This commit is contained in:
parent
92dc16a59e
commit
1fbe6b6c96
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ static int _sftp_portable_to_errno(int sftp_errno) {
|
|||
case SSH_FX_BAD_MESSAGE:
|
||||
rc = EINVAL;
|
||||
break;
|
||||
case SSH_FX_FAILURE:
|
||||
rc = ENOTEMPTY;
|
||||
break;
|
||||
default:
|
||||
rc = EIO;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue