1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

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

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)