mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix ITS#2227, nameUIDNormalize fell behind the times...
This commit is contained in:
parent
e39f9848ac
commit
56c11f4a13
1 changed files with 0 additions and 4 deletions
|
|
@ -414,11 +414,7 @@ nameUIDNormalize(
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef USE_DN_NORMALIZE
|
||||
rc = dnNormalize2( NULL, &out, normalized );
|
||||
#else
|
||||
rc = dnPretty2( NULL, &out, normalized );
|
||||
#endif
|
||||
|
||||
if( rc != LDAP_SUCCESS ) {
|
||||
free( out.bv_val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue