mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 13:23:44 -05:00
fix counting twice the substitution length (caused berval to have wrong length, rejected by subsequent dnNormalize)
This commit is contained in:
parent
704ed641eb
commit
1658aa0893
1 changed files with 0 additions and 1 deletions
|
|
@ -1791,7 +1791,6 @@ string_expand(
|
|||
l = matches[n].rm_eo;
|
||||
for ( ; size < bv->bv_len && i < l; size++, i++ ) {
|
||||
*dp++ = match[i];
|
||||
size++;
|
||||
}
|
||||
*dp = '\0';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue