Fix bad sup error

This commit is contained in:
Kurt Zeilenga 2002-10-09 19:24:02 +00:00
parent dff7315edf
commit 5060ebb36d

View File

@ -286,7 +286,7 @@ oc_add_sups(
&& soc1->soc_kind != LDAP_SCHEMA_ABSTRACT )
{
*err = *sups1;
return SLAP_SCHERR_CLASS_BAD_USAGE;
return SLAP_SCHERR_CLASS_BAD_SUP;
}
if( soc->soc_flags & SLAP_OC_OPERATIONAL ) (*op)++;