Skip to content
Snippets Groups Projects
Commit c8f7f1a1 authored by Howard Chu's avatar Howard Chu
Browse files

Added doalloc flag to ber_get_stringbv

parent c6384d87
No related branches found
No related tags found
No related merge requests found
......@@ -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((
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment