mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Fix regression in SLAPI ACL plugins, call with frontendDB pblock
This commit is contained in:
parent
cbf33d4fb1
commit
dc166c08b8
1 changed files with 1 additions and 1 deletions
|
|
@ -3100,7 +3100,7 @@ int slapi_int_access_allowed( Operation *op,
|
|||
break;
|
||||
}
|
||||
|
||||
rc = slapi_int_get_plugins( op->o_bd, SLAPI_PLUGIN_ACL_ALLOW_ACCESS, (SLAPI_FUNC **)&tmpPlugin );
|
||||
rc = slapi_int_get_plugins( frontendDB, SLAPI_PLUGIN_ACL_ALLOW_ACCESS, (SLAPI_FUNC **)&tmpPlugin );
|
||||
if ( rc != LDAP_SUCCESS || tmpPlugin == NULL ) {
|
||||
/* nothing to do; allowed access */
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue