]> git.sur5r.net Git - openldap/commitdiff
Coverity deadcode
authorHoward Chu <hyc@openldap.org>
Tue, 13 Feb 2007 11:21:27 +0000 (11:21 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 13 Feb 2007 11:21:27 +0000 (11:21 +0000)
servers/slapd/overlays/accesslog.c

index 44fa927a169f9ac5024207660a941583df10855e..b23c421f1e9fd2630f69357140de7b0409f02fce 100644 (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;
 }