mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix prev commit
This commit is contained in:
parent
461461937b
commit
a031b99546
@ -387,10 +387,12 @@ got_soc:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
snprintf( textbuf, textlen,
|
if ( k ) {
|
||||||
"class '%s' not allowed by content rule '%s'",
|
snprintf( textbuf, textlen,
|
||||||
oc->soc_cname.bv_val,
|
"class '%s' not allowed by content rule '%s'",
|
||||||
ldap_contentrule2name( &cr->scr_crule ) );
|
oc->soc_cname.bv_val,
|
||||||
|
ldap_contentrule2name( &cr->scr_crule ) );
|
||||||
|
}
|
||||||
} else if ( global_disallows & SLAP_DISALLOW_AUX_WO_CR ) {
|
} else if ( global_disallows & SLAP_DISALLOW_AUX_WO_CR ) {
|
||||||
k = -1;
|
k = -1;
|
||||||
snprintf( textbuf, textlen,
|
snprintf( textbuf, textlen,
|
||||||
|
Loading…
Reference in New Issue
Block a user