Fix changes

This commit is contained in:
jsteube
2016-05-22 22:25:15 +02:00
parent 73fd95ac01
commit 3a42ab3577
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -69,6 +69,7 @@ It combines all features of all hashcat projects in one project.
- Extended version information
- Removed some duplicate rules in T0XlCv1, d3ad0ne and dive
- Redesigned changes.txt layout
- Redesigned --help menu layout
##
## Bugs
+1 -1
View File
@@ -6120,7 +6120,7 @@ int main (int argc, char **argv)
}
}
if ((workload_profile < 1) || (workload_profile > 3))
if ((workload_profile < 1) || (workload_profile > 4))
{
log_error ("ERROR: workload-profile %i not available", workload_profile);