mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-09 15:20:59 +00:00
Fix user option sanity check
This commit is contained in:
parent
53d293d7af
commit
38c44b4b35
@ -717,7 +717,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user_options->runtime_chgd == true && user_options->loopback == true)
|
if (user_options->limit_chgd == true && user_options->loopback == true)
|
||||||
{
|
{
|
||||||
event_log_error (hashcat_ctx, "Combining --limit with --loopback is not allowed.");
|
event_log_error (hashcat_ctx, "Combining --limit with --loopback is not allowed.");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user