mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
fix typo in last commit
This commit is contained in:
parent
930ecd3930
commit
041c3700e1
@ -676,8 +676,7 @@ dnExtractRdn(
|
||||
return rc;
|
||||
}
|
||||
|
||||
rc = ldap_rdn2bv( tmpRDN, rdn,
|
||||
LDAP_DN_FORMAT_LDAPV3 | LDAP_DN_FORMAT_PRETTY );
|
||||
rc = ldap_rdn2bv( tmpRDN, rdn, LDAP_DN_FORMAT_LDAPV3 | LDAP_DN_PRETTY );
|
||||
|
||||
ldap_rdnfree( tmpRDN );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
|
Loading…
Reference in New Issue
Block a user