From: Howard Chu Date: Wed, 11 Dec 2002 01:33:24 +0000 (+0000) Subject: Fix ITS#2227, nameUIDNormalize fell behind the times... X-Git-Tag: NO_SLAP_OP_BLOCKS~695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c11f4a13e940a30c378de4182920bd16e8b34b;p=thirdparty%2Fopenldap.git Fix ITS#2227, nameUIDNormalize fell behind the times... --- 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 );