mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 09:22:54 -05:00
Fix bad sup error
This commit is contained in:
parent
dff7315edf
commit
5060ebb36d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue