]> git.sur5r.net Git - openldap/commitdiff
Fix ITS#2227, nameUIDNormalize fell behind the times...
authorHoward Chu <hyc@openldap.org>
Wed, 11 Dec 2002 01:33:24 +0000 (01:33 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 11 Dec 2002 01:33:24 +0000 (01:33 +0000)
servers/slapd/schema_init.c

index e1fd36cc9ab45e9db549c645db47c7c4e570f3d6..4b4ee0d37158caeb1942c79d350a8cfbbfcebaab 100644 (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 );