mirror of
https://github.com/hashcat/hashcat
synced 2024-11-20 23:27:31 +01:00
Merge branch 'master' of https://github.com/hashcat/hashcat
This commit is contained in:
commit
e5e97c6ff8
@ -217,7 +217,7 @@ char **scan_directory (const char *path)
|
||||
|
||||
#endif
|
||||
|
||||
if ((strncmp (de->d_name, ".", strlen (de->d_name)) == 0) || (strncmp (de->d_name, "..", strlen (de->d_name)) == 0)) continue;
|
||||
if (de->d_name[0] == '.') continue;
|
||||
|
||||
char *path_file;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user