mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Remove now redundant error check
This commit is contained in:
parent
1fa73dad3b
commit
733c3c5f87
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue