1
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:
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;
}