mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 12:29:35 +00:00
Fix stacked rules loading
This commit is contained in:
parent
e54daa6408
commit
8cd2e8eb66
@ -264,6 +264,8 @@ int main (int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
user_options_init (user_options, myargc, myargv);
|
||||||
|
|
||||||
const int rc_user_options_parse2 = user_options_parse (user_options, myargc, myargv);
|
const int rc_user_options_parse2 = user_options_parse (user_options, myargc, myargv);
|
||||||
|
|
||||||
if (rc_user_options_parse2 == -1) return -1;
|
if (rc_user_options_parse2 == -1) return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user