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


Ignore:
Timestamp:
06/03/15 18:55:50 (9 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3406, comment 2

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