1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-31 19:01:05 +00:00
This commit is contained in:
Chick3nman 2023-03-23 19:37:13 -05:00
parent 7eb36bb9a2
commit 9c58b47daf

View File

@ -1007,7 +1007,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
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)
{