summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sys/os/vfs_namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/os/vfs_namei.c b/src/sys/os/vfs_namei.c
index 68f219c..e541611 100644
--- a/src/sys/os/vfs_namei.c
+++ b/src/sys/os/vfs_namei.c
@@ -124,5 +124,5 @@ namei(struct nameidata *ndp)
i = 0;
printf("namei: n %s\n", namebuf);
}
- return 0;
+ return -ENOENT;
}