From: Kurt Zeilenga Date: Thu, 30 Oct 2003 22:44:45 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~476 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b1a1f46d64acfd32e9681d5acda61ba5822b86e9;p=openldap cleanup --- diff --git a/servers/slapd/schema_check.c b/servers/slapd/schema_check.c index 8c6f50e62c..5634962c27 100644 --- a/servers/slapd/schema_check.c +++ b/servers/slapd/schema_check.c @@ -227,14 +227,14 @@ entry_schema_check( } /* naming check */ - if ( !is_entry_objectclass ( e, slap_schema.si_oc_glue, 0 ) ) { - rc = entry_naming_check( e, text, textbuf, textlen ); - if( rc != LDAP_SUCCESS ) { - return rc; - } - } else { - /* Glue Entry */ - } + if ( !is_entry_objectclass ( e, slap_schema.si_oc_glue, 0 ) ) { + rc = entry_naming_check( e, text, textbuf, textlen ); + if( rc != LDAP_SUCCESS ) { + return rc; + } + } else { + /* Glue Entry */ + } /* find the content rule for the structural class */ cr = cr_find( sc->soc_oid );