Fixed the tokenizer configuration in postgres hash parser

This commit is contained in:
Jens Steube
2018-10-14 11:38:31 +02:00
parent f327f42ce8
commit 6afe989bed
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -4870,7 +4870,7 @@ int postgresql_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE
token.attr[0] = TOKEN_ATTR_VERIFY_LENGTH
| TOKEN_ATTR_VERIFY_HEX;
token.len_min[1] = 32;
token.len_min[1] = 0;
token.len_max[1] = 32;
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH;