1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Remove unused argument

This commit is contained in:
jsteube 2017-03-27 10:35:31 +02:00
parent c3e118f5ea
commit 98cedd9422

View File

@ -3464,7 +3464,7 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
if ((skipped_temp == true) && (user_options->force == false))
{
event_log_warning (hashcat_ctx, "* Device #%u: Skipping unstable hash-mode %u for this device.", device_id + 1, user_options->hash_mode);
event_log_warning (hashcat_ctx, " You can use --force to override, but do not report related errors.", device_id + 1, user_options->hash_mode);
event_log_warning (hashcat_ctx, " You can use --force to override, but do not report related errors.");
device_param->skipped_temp = true;