1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 13:40:56 +00:00

Fix module_hash_binary_parse check

This commit is contained in:
jsteube 2019-01-12 21:18:19 +01:00
parent c3c665a338
commit 91fc5286fa

View File

@ -873,7 +873,7 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
}
else
{
if (module_ctx->module_hash_binary_parse)
if (module_ctx->module_hash_binary_parse != MODULE_DEFAULT)
{
const int hashes_parsed = module_ctx->module_hash_binary_parse (hashconfig, user_options, user_options_extra, hashes);