mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 16:23:23 -05:00
fix typo in last commit
This commit is contained in:
parent
930ecd3930
commit
041c3700e1
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue