Changes between Initial Version and Version 1 of Ticket #3406, comment 2


Ignore:
Timestamp:
06/03/15 11:54:58 (9 years ago)
Author:
jkeil
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3406, comment 2

    initial v1  
    11I did a git bisect and came across `512ad7d96250ea5a2ab2197e0b8a02af29d419d1` which was a re-factoring of the error handling. 
    22Previously (`512ad7d96250ea5a2ab2197e0b8a02af29d419d1^`) the error would just be swallowed. Now, after the re-factoring it is properly propagated and displayed. 
     3 
     4The error originates from `sftpfs_opendir` in `src/vfs/sftpfs/dir.c`.