Fix default mask usage

pull/526/head
jsteube 8 years ago
parent 667a8b1d3d
commit cb78b910d3

@ -843,7 +843,7 @@ int user_options_sanity (const user_options_t *user_options)
}
else if (user_options->attack_mode == ATTACK_MODE_BF)
{
if (user_options->hc_argc >= 2)
if (user_options->hc_argc >= 1)
{
show_error = false;
}

Loading…
Cancel
Save