GNOME Bugzilla – Bug 710935
sftp: creating symlink can give the wrong error code if it already exists
Last modified: 2013-10-31 13:10:13 UTC
If the the symlink name already exists, the G_IO_ERROR_EXISTS error code is not returned.
Created attachment 258188 [details] [review] sftp: Return the correct error code on failed symlink creation If the symlink path already exists, return the correct error code of G_IO_ERROR_EXISTS.
Review of attachment 258188 [details] [review]: It looks good, however please remove trailing whitespace before committing...
Pushed to master as 38a0034. Thanks.