Coverity deadcode

This commit is contained in:
Howard Chu 2007-02-13 11:21:27 +00:00
parent 8db4bd2cc9
commit 52aabd2d21

View file

@ -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;
}