Skip to content
Snippets Groups Projects
Commit 733c3c5f authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove now redundant error check

parent 1fa73dad
Branches
Tags
No related merge requests found
......@@ -540,7 +540,7 @@ slap_send_ldap_result( Operation *op, SlapReply *rs )
rs->sr_type = REP_RESULT;
assert( !LDAP_API_ERROR( rs->sr_err ) && ( rs->sr_err >= 0 ));
assert( !LDAP_API_ERROR( rs->sr_err ));
#ifdef NEW_LOGGING
LDAP_LOG( OPERATION, ENTRY,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment