Update iteration count for -m 7401, see #3049

pull/3055/head
Jens Steube 3 years ago
parent 6d46185488
commit d89409ae37

@ -302,7 +302,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH;
token.len_min[2] = 3;
token.len_max[2] = 3;
token.len_max[2] = 4;
token.sep[2] = '*';
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH
| TOKEN_ATTR_VERIFY_DIGIT;

Loading…
Cancel
Save