diff --git a/appl/ftp/ftpd/ls.c b/appl/ftp/ftpd/ls.c index 2da9c400b..36984c84e 100644 --- a/appl/ftp/ftpd/ls.c +++ b/appl/ftp/ftpd/ls.c @@ -338,7 +338,6 @@ lstat_file (const char *file, struct stat *sb) if (ret < 0) return ret; - sb->st_mode = S_IFDIR | 0755; if (ino_last == sb->st_ino) ino_counter++; else {