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

Fix previous commit - must fully init newAVA

parent f5fd4dc3
Branches
Tags
No related merge requests found
......@@ -3382,6 +3382,8 @@ ldap_X509dn2bv( void *x509_name, struct berval *bv, LDAPDN_rewrite_func *func,
k = 0;
set = ne->set;
}
newAVA->la_private = NULL;
newAVA->la_flags = LDAP_AVA_STRING;
if ( !func ) {
int n = OBJ_obj2nid( obj );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment