Skip to content
Snippets Groups Projects
Commit 5060ebb3 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix bad sup error

parent dff7315e
No related branches found
No related tags found
No related merge requests found
......@@ -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)++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment