mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
Add missing assignment in last commit.
This commit is contained in:
parent
be22981d78
commit
f39fb6d91b
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,7 @@ nameUIDPretty(
|
|||
ber_memfree_x( out->bv_val, ctx );
|
||||
return LDAP_OTHER;
|
||||
}
|
||||
|
||||
out->bv_val = tmp;
|
||||
out->bv_val[out->bv_len++] = '#';
|
||||
|
||||
got1 = uidval.bv_len < sizeof("'0'B");
|
||||
|
|
|
|||
Loading…
Reference in a new issue