mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#6138 don't overwrite rs->sr_err after sending response
This commit is contained in:
parent
5a61175deb
commit
e9e6fd71e1
1 changed files with 0 additions and 2 deletions
|
|
@ -1213,8 +1213,6 @@ nochange:
|
|||
send_ldap_result( op, rs );
|
||||
}
|
||||
|
||||
rs->sr_err = LDAP_SUCCESS;
|
||||
|
||||
done:
|
||||
if ( cb.sc_private ) {
|
||||
/* remove our writewait callback */
|
||||
|
|
|
|||
Loading…
Reference in a new issue