1
0
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:
jsteube 2016-09-22 23:03:47 +02:00
parent e54daa6408
commit 8cd2e8eb66

View File

@ -264,6 +264,8 @@ int main (int argc, char **argv)
#endif
}
user_options_init (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;