mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix mod_values v mod_bvalues typo
This commit is contained in:
parent
ae61f3dcaf
commit
ddcb56546d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue