Changes between Initial Version and Version 1 of Ticket #3406, comment 2
- Timestamp:
- 06/03/15 11:54:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3406, comment 2
initial v1 1 1 I did a git bisect and came across `512ad7d96250ea5a2ab2197e0b8a02af29d419d1` which was a re-factoring of the error handling. 2 2 Previously (`512ad7d96250ea5a2ab2197e0b8a02af29d419d1^`) the error would just be swallowed. Now, after the re-factoring it is properly propagated and displayed. 3 4 The error originates from `sftpfs_opendir` in `src/vfs/sftpfs/dir.c`.