mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-17 01:52:06 +00:00
Fix invalid use of SALT_MAX_OLD
This commit is contained in:
parent
e2371540e0
commit
8e3153549f
@ -24719,7 +24719,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
hashconfig->pw_max = SALT_MAX_OLD;
|
hashconfig->salt_max = SALT_MAX_OLD;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hashconfig->salt_type == SALT_TYPE_INTERN)
|
if (hashconfig->salt_type == SALT_TYPE_INTERN)
|
||||||
|
Loading…
Reference in New Issue
Block a user