Skip to content

Commit

Permalink
Merge pull request #991 from trapexit/fix/symlink
Browse files Browse the repository at this point in the history
Get attrs for link, not target
  • Loading branch information
trapexit authored Dec 17, 2021
2 parents 518b4a6 + e256c88 commit 34c684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuse_symlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ namespace FUSE
if(rv < 0)
return rv;

return FUSE::getattr(target_,st_,timeout_);
return FUSE::getattr(linkpath_,st_,timeout_);
}
}

0 comments on commit 34c684a

Please sign in to comment.