mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
this should be the intended behavior
This commit is contained in:
parent
c7f1e6e83c
commit
b51cd87a22
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue