mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Fix return of DB error code to LDAP client
This commit is contained in:
parent
8995d8341f
commit
adefd27c44
1 changed files with 2 additions and 2 deletions
|
|
@ -384,9 +384,9 @@ retry: /* transaction retry */
|
|||
goto return_results;
|
||||
default:
|
||||
rs->sr_err = LDAP_OTHER;
|
||||
rs->sr_text = "internal error";
|
||||
goto return_results;
|
||||
}
|
||||
rs->sr_text = "internal error";
|
||||
goto return_results;
|
||||
}
|
||||
|
||||
/* acquire and lock entry */
|
||||
|
|
|
|||
Loading…
Reference in a new issue