Return ENOENT if fuse_ino_t is not found

This commit is contained in:
akallabeth 2021-01-18 18:52:24 +01:00 committed by akallabeth
parent 78435c2eea
commit 4ca2090f03
1 changed files with 1 additions and 1 deletions

View File

@ -2438,7 +2438,7 @@ static void xf_cliprdr_fuse_read(fuse_req_t req, fuse_ino_t ino, size_t size, of
{
if (ino < 2)
{
fuse_reply_err(req, ENONET);
fuse_reply_err(req, ENOENT);
return;
}
int err;