Show entry even if no permission

This commit is contained in:
Arun Prakash Jana 2020-04-15 17:52:21 +05:30
parent 588b413832
commit ac8b56ecc2
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -4434,7 +4434,7 @@ static int dentfill(char *path, struct entry **dents)
DPRINTF_S(namep);
DPRINTF_S(strerror(errno));
}
continue;
memset(&sb, 0, sizeof(struct stat));
}
}