Remove now redundant error check

This commit is contained in:
Kurt Zeilenga 2004-01-30 05:33:27 +00:00
parent 1fa73dad3b
commit 733c3c5f87

View file

@ -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,