From 56c11f4a13e940a30c378de4182920bd16e8b34b Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 11 Dec 2002 01:33:24 +0000 Subject: [PATCH] Fix ITS#2227, nameUIDNormalize fell behind the times... --- servers/slapd/schema_init.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index e1fd36cc9a..4b4ee0d371 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -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 ); -- 2.39.5