Fix invalid use of SALT_MAX_OLD

This commit is contained in:
jsteube
2017-07-14 14:41:23 +02:00
parent e2371540e0
commit 8e3153549f
+1 -1
View File
@@ -24719,7 +24719,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
}
else
{
hashconfig->pw_max = SALT_MAX_OLD;
hashconfig->salt_max = SALT_MAX_OLD;
}
if (hashconfig->salt_type == SALT_TYPE_INTERN)