aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index cd16704..63aed75 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -73,8 +73,6 @@ vfs_hash_path(const char *path)
if (strcmp(path, "/") == 0 || !vfs_is_valid_path(path)) {
return -1;
- } else if (*path != '/') {
- return -1;
}
do {