mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 22:58:30 +00:00
Fix typo 2
This commit is contained in:
parent
9c58b47daf
commit
a4555fdcb9
@ -1000,14 +1000,14 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
|
||||
}
|
||||
}
|
||||
|
||||
if (user_options->show == true) && (user_options->username == true)
|
||||
if ((user_options->show == true) && (user_options->username == true))
|
||||
{
|
||||
event_log_advice (hashcat_ctx, "Mixing --show with --username can cause exponential delay in output.");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
if ((user_options->show == true || user_options->left == true))
|
||||
if (user_options->show == true || user_options->left == true)
|
||||
{
|
||||
if (user_options->remove == true)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user