mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Added doalloc flag to ber_get_stringbv
This commit is contained in:
parent
c6384d875e
commit
c8f7f1a198
1 changed files with 2 additions and 1 deletions
|
|
@ -265,7 +265,8 @@ ber_get_stringb LDAP_P((
|
|||
LBER_F( ber_tag_t )
|
||||
ber_get_stringbv LDAP_P((
|
||||
BerElement *ber,
|
||||
struct berval *bv ));
|
||||
struct berval *bv,
|
||||
int alloc ));
|
||||
|
||||
LBER_F( ber_tag_t )
|
||||
ber_get_stringa LDAP_P((
|
||||
|
|
|
|||
Loading…
Reference in a new issue