Better way to fix bug "Found a bug but no bugtracker"

This commit is contained in:
Christian Jann 2011-04-01 16:10:31 +02:00
parent 92dc16a59e
commit 1fbe6b6c96

View file

@ -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;