mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Coverity deadcode
This commit is contained in:
parent
8db4bd2cc9
commit
52aabd2d21
1 changed files with 0 additions and 1 deletions
|
|
@ -1297,7 +1297,6 @@ static int accesslog_response(Operation *op, SlapReply *rs) {
|
|||
done:
|
||||
if ( lo->mask & LOG_OP_WRITES )
|
||||
ldap_pvt_thread_mutex_unlock( &li->li_log_mutex );
|
||||
if ( e ) entry_free( e );
|
||||
if ( old ) entry_free( old );
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue