this should be the intended behavior

This commit is contained in:
Pierangelo Masarati 2003-10-25 16:32:17 +00:00
parent c7f1e6e83c
commit b51cd87a22

View file

@ -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;
}