From: Kurt Zeilenga Date: Sat, 22 Dec 2001 19:21:32 +0000 (+0000) Subject: Add a couple of FIXME comments X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~575 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a78053ecfa644bc164a2a4ccec866895559784b1;p=openldap Add a couple of FIXME comments --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 5b04f2920d..bab88690c1 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -791,6 +791,7 @@ nameUIDValidate( dn->bv_val[i-2] = '\0'; } + /* FIXME: should use dnValidate */ rc = dn_validate( dn->bv_val ) == NULL ? LDAP_INVALID_SYNTAX : LDAP_SUCCESS; @@ -826,6 +827,7 @@ nameUIDNormalize( *uid = '\0'; } + /* FIXME: should use dnNormalize */ #ifdef USE_DN_NORMALIZE dn = dn_normalize( out->bv_val ); #else