1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-13 22:16:14 +00:00

Close outfile after initial write check

This commit is contained in:
jsteube 2016-11-19 15:25:29 +01:00
parent e777c25a67
commit ab3fd9e439

View File

@ -288,6 +288,8 @@ int outfile_init (hashcat_ctx_t *hashcat_ctx)
if (rc == -1) return -1;
outfile_write_close (hashcat_ctx);
return 0;
}