1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-06-25 01:18:57 +00:00

Remove some misleading error message

This commit is contained in:
jsteube 2019-04-07 00:35:33 +02:00
parent d950918fe9
commit a22483f540

View File

@ -2581,12 +2581,7 @@ int user_options_check_files (hashcat_ctx_t *hashcat_ctx)
const int rc = hashconfig_init (hashcat_ctx); const int rc = hashconfig_init (hashcat_ctx);
if (rc == -1) if (rc == -1) return -1;
{
event_log_error (hashcat_ctx, "%s: module initialization failed", modulefile);
return -1;
}
hashconfig_destroy (hashcat_ctx); hashconfig_destroy (hashcat_ctx);