mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
make sure we notice if this gets out of sync with slap_operation_e
This commit is contained in:
parent
857543c1f8
commit
ca8a734b92
@ -304,7 +304,7 @@ over_access_allowed(
|
||||
* default return code in case of missing backend function
|
||||
* and overlay stack returning SLAP_CB_CONTINUE
|
||||
*/
|
||||
static int op_rc[] = {
|
||||
static int op_rc[ op_last ] = {
|
||||
LDAP_UNWILLING_TO_PERFORM, /* bind */
|
||||
LDAP_UNWILLING_TO_PERFORM, /* unbind */
|
||||
LDAP_UNWILLING_TO_PERFORM, /* search */
|
||||
|
Loading…
Reference in New Issue
Block a user