Skip to content
Snippets Groups Projects
Commit ddcb5654 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix mod_values v mod_bvalues typo

parent ae61f3dc
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ ldap_add_ext(
for ( i = 0; attrs[i] != NULL; i++ ) {
if ( ( attrs[i]->mod_op & LDAP_MOD_BVALUES) != 0 ) {
rc = ber_printf( ber, "{s[V]}", attrs[i]->mod_type,
attrs[i]->mod_values );
attrs[i]->mod_bvalues );
} else {
rc = ber_printf( ber, "{s[v]}", attrs[i]->mod_type,
attrs[i]->mod_values );
......
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