ITS#5164 lack of a db_open handler is not an error

This commit is contained in:
Howard Chu 2007-10-03 09:00:41 +00:00
parent a2a83fe239
commit ae0c57a420

View File

@ -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++ ) {