mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix bad sup error
This commit is contained in:
parent
dff7315edf
commit
5060ebb36d
@ -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)++;
|
||||
|
Loading…
Reference in New Issue
Block a user