mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
minor cleanup
This commit is contained in:
parent
f505aec4bc
commit
8ff019ad83
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ slap_send_ldap_result( Operation *op, SlapReply *rs )
|
|||
if ( rs->sr_err == SLAPD_ABANDON )
|
||||
goto abandon;
|
||||
|
||||
assert( !LDAP_API_ERROR( rs->sr_err ));
|
||||
assert( !LDAP_API_ERROR( rs->sr_err ) );
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"send_ldap_result: %s p=%d\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue