Skip to content
  • Andy Holmes's avatar
    SftpPlugin: fix SAF implementation for gvfs/ssh · 04537284
    Andy Holmes authored
    Returning NULL from readSymbolicLink() results in an exception that
    closes the SFTP connection for some SSH implementations, notably the one
    used by Gvfs (GSConnect).
    
    primitive-ftpd had a similar issue, which was fixed by returning and
    empty string instead of NULL.
    04537284