mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
Fix ITS#2227, nameUIDNormalize fell behind the times...
This commit is contained in:
parent
e39f9848ac
commit
56c11f4a13
@ -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…
x
Reference in New Issue
Block a user