mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-13 12:41:01 -04:00
document portal: Report right error for setattr
This commit is contained in:
@@ -1876,7 +1876,7 @@ xdp_fuse_setattr (fuse_req_t req,
|
||||
|
||||
if (res != 0)
|
||||
{
|
||||
fuse_reply_err (req, ENOSYS);
|
||||
fuse_reply_err (req, res);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user