no structuralObjectClass is not a schema violation, but an

internal error.  It *should* have been added.
This commit is contained in:
Kurt Zeilenga 2002-08-27 02:28:15 +00:00
parent 11236eae56
commit 433eb54dc7

View file

@ -113,7 +113,7 @@ entry_schema_check(
#endif
*text = "no structuralObjectClass operational attribute";
return LDAP_OBJECT_CLASS_VIOLATION;
return LDAP_OTHER;
}
assert( asc->a_vals != NULL );