mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Just return API errors to the frontend, don't attempt to send them.
This commit is contained in:
parent
5cfd2f6d97
commit
f206f3ddc0
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ retcode_entry_response( Operation *op, SlapReply *rs, BackendInfo *bi, Entry *e
|
|||
}
|
||||
}
|
||||
|
||||
if ( rs->sr_err != LDAP_SUCCESS ) {
|
||||
if ( rs->sr_err != LDAP_SUCCESS && !LDAP_API_ERROR( rs->sr_err )) {
|
||||
BackendDB db = *op->o_bd,
|
||||
*o_bd = op->o_bd;
|
||||
void *o_callback = op->o_callback;
|
||||
|
|
|
|||
Loading…
Reference in a new issue