1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 01:50:10 +00:00
This commit is contained in:
Jens Steube 2016-06-11 20:16:52 +02:00
parent aa78cf2c74
commit 0d38489c9d

View File

@ -11278,7 +11278,7 @@ int main (int argc, char **argv)
break; break;
case 7400: if (pw_max > 16) pw_max = 16; case 7400: if (pw_max > 16) pw_max = 16;
break; break;
case 7500: if (pw_max > 8) pw_max = 8; case 7700: if (pw_max > 8) pw_max = 8;
break; break;
case 7900: if (pw_max > 48) pw_max = 48; case 7900: if (pw_max > 48) pw_max = 48;
break; break;