mirror of
https://github.com/hashcat/hashcat
synced 2024-12-01 20:18:12 +01:00
Close outfile after initial write check
This commit is contained in:
parent
e777c25a67
commit
ab3fd9e439
@ -288,6 +288,8 @@ int outfile_init (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
if (rc == -1) return -1;
|
||||
|
||||
outfile_write_close (hashcat_ctx);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user