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:
parent
e2371540e0
commit
8e3153549f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user