mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add missing assignment in last commit.
This commit is contained in:
parent
be22981d78
commit
f39fb6d91b
@ -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 New Issue
Block a user