mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#5164 lack of a db_open handler is not an error
This commit is contained in:
parent
a2a83fe239
commit
ae0c57a420
@ -598,7 +598,7 @@ slapi_int_call_plugins(
|
||||
rc = slapi_int_get_plugins( be, funcType, &tmpPlugin );
|
||||
if ( rc != LDAP_SUCCESS || tmpPlugin == NULL ) {
|
||||
/* Nothing to do, front-end should ignore. */
|
||||
return 1;
|
||||
return rc;
|
||||
}
|
||||
|
||||
for ( pGetPlugin = tmpPlugin ; *pGetPlugin != NULL; pGetPlugin++ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user