mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 23:19:09 +00:00
Merge branch 'master' of https://github.com/hashcat/hashcat
This commit is contained in:
commit
6eb4747dce
@ -142,7 +142,12 @@ static int outfile_remove (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
hc_stat_t outfile_stat;
|
hc_stat_t outfile_stat;
|
||||||
|
|
||||||
if (hc_fstat (fileno (fp), &outfile_stat)) continue;
|
if (hc_fstat (fileno (fp), &outfile_stat))
|
||||||
|
{
|
||||||
|
close (fp);
|
||||||
|
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (outfile_stat.st_ctime > out_info[j].ctime)
|
if (outfile_stat.st_ctime > out_info[j].ctime)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user