diff --git a/src/interface.c b/src/interface.c index c78df37a3..1c985cf0a 100644 --- a/src/interface.c +++ b/src/interface.c @@ -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)