mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-05 16:39:19 +00:00
Revert "Merge pull request #202 from magnumripper/master"
This reverts commit28edfbd654
, reversing changes made tob6f10a2a81
.
This commit is contained in:
parent
28edfbd654
commit
6c5938201b
@ -5939,11 +5939,14 @@ int main (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (benchmark == 1)
|
if (benchmark == 1)
|
||||||
|
{
|
||||||
|
if (workload_profile != WORKLOAD_PROFILE)
|
||||||
{
|
{
|
||||||
log_error ("ERROR: Using the workload-profile in benchmark mode is not allowed");
|
log_error ("ERROR: Using the workload-profile in benchmark mode is not allowed");
|
||||||
|
|
||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if ((workload_profile < 1) || (workload_profile > 3))
|
if ((workload_profile < 1) || (workload_profile > 3))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user