Remove some misleading error message

pull/1982/head
jsteube 5 years ago
parent d950918fe9
commit a22483f540

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

Loading…
Cancel
Save