min pass length init: typo fixed

pull/1157/head
philsmd 7 years ago
parent cc5d6815ae
commit 522c047860
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

@ -5,6 +5,7 @@
##
- Fixed a problem where --keyspace combined with custom charsets incorrectly displayed an error message
- Fixed a typo that resulted in the minimum password length not being correctly initialized
* changes v3.30 -> v3.40:

@ -22491,7 +22491,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
// pw_min
hashconfig->pw_max = PW_MIN;
hashconfig->pw_min = PW_MIN;
switch (hashconfig->hash_mode)
{

Loading…
Cancel
Save