Skip to content
  • Sébastien Noel's avatar
    sftp/ftp: Ensure that is-symlink is always set · 2bab74eb
    Sébastien Noel authored and Ondrej Holy's avatar Ondrej Holy committed
    Currently, the `G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK` attribute is set
    only when its value is `TRUE`. This is wrong with the latest changes as
    the `GFileInfo created without standard::is-symlink` errors are printed
    now from the `g_file_info_get_is_symlink` function among others.
    Let's set this attribute also when it is `FALSE`.
    2bab74eb