mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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 );
|
ber_memfree_x( out->bv_val, ctx );
|
||||||
return LDAP_OTHER;
|
return LDAP_OTHER;
|
||||||
}
|
}
|
||||||
|
out->bv_val = tmp;
|
||||||
out->bv_val[out->bv_len++] = '#';
|
out->bv_val[out->bv_len++] = '#';
|
||||||
|
|
||||||
got1 = uidval.bv_len < sizeof("'0'B");
|
got1 = uidval.bv_len < sizeof("'0'B");
|
||||||
|
Loading…
Reference in New Issue
Block a user