Fix ITS#2227, nameUIDNormalize fell behind the times...

This commit is contained in:
Howard Chu 2002-12-11 01:33:24 +00:00
parent e39f9848ac
commit 56c11f4a13

View File

@ -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 );