From: Pierangelo Masarati Date: Sat, 25 Oct 2003 16:32:17 +0000 (+0000) Subject: this should be the intended behavior X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~481 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b51cd87a22ca6e7aaa6666742c1db47ee3c89fb6;p=openldap this should be the intended behavior --- diff --git a/servers/slapd/schema_check.c b/servers/slapd/schema_check.c index 239eb48a81..8c6f50e62c 100644 --- a/servers/slapd/schema_check.c +++ b/servers/slapd/schema_check.c @@ -719,7 +719,7 @@ int structural_class( if( xc == NULL ) { snprintf( textbuf, textlen, "unrecognized objectClass '%s'", - ocs[i].bv_val ); + ocs[j].bv_val ); *text = textbuf; return LDAP_OBJECT_CLASS_VIOLATION; }