mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Ticket #4472: (ftpfs_parse_long_list_UNIX): don't ignore special files.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
1536b5acf4
commit
14bc2ac2f1
@ -426,8 +426,6 @@ ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename, char **
|
||||
|
||||
if (strncasecmp (line, "Status of ", 10) == 0)
|
||||
return FALSE; /* STAT output. */
|
||||
if (strchr ("bcpsD", line[0]) != NULL) /* block, char, pipe, socket, Door. */
|
||||
return FALSE;
|
||||
|
||||
ret = parse_ls_line (line, s, filename, linkname);
|
||||
if (!ret)
|
||||
|
Loading…
Reference in New Issue
Block a user