Skip to content
Snippets Groups Projects
Commit 8db24ce9 authored by Howard Chu's avatar Howard Chu
Browse files

Fix backglue crash

parent 91b6bc60
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment