mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#189 fix 2. value_normalize may change length of value. Recompute.
This commit is contained in:
parent
3f27364d26
commit
44d3cd8a55
1 changed files with 3 additions and 0 deletions
|
|
@ -279,6 +279,9 @@ index_add_values(
|
|||
|
||||
value_normalize( val, syntax );
|
||||
|
||||
/* val length could change */
|
||||
len = strlen( val );
|
||||
|
||||
/*
|
||||
* equality index entry
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue