mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 12:24:19 -05:00
Fix backglue crash
This commit is contained in:
parent
91b6bc606f
commit
8db24ce9e8
1 changed files with 2 additions and 0 deletions
|
|
@ -421,6 +421,8 @@ slap_send_ldap_result( Operation *op, SlapReply *rs )
|
|||
const char *otext = rs->sr_text;
|
||||
BerVarray oref = rs->sr_ref;
|
||||
|
||||
rs->sr_type = REP_RESULT;
|
||||
|
||||
assert( !LDAP_API_ERROR( rs->sr_err ) && ( rs->sr_err >= 0 ));
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
|
|
|
|||
Loading…
Reference in a new issue