From b1a1f46d64acfd32e9681d5acda61ba5822b86e9 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 30 Oct 2003 22:44:45 +0000 Subject: [PATCH] cleanup --- servers/slapd/schema_check.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 ); -- 2.39.5