From: Howard Chu Date: Sun, 8 Oct 2006 00:37:18 +0000 (+0000) Subject: Drop extraneous test from copy/paste (1.200) (coverity) X-Git-Tag: OPENLDAP_REL_ENG_2_3_MP~69 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6f13331f4ff559143486a047ba450a6591d8cd44;p=openldap Drop extraneous test from copy/paste (1.200) (coverity) --- diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 92018cf823..2f62b40c99 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -1462,7 +1462,7 @@ retry:; * LDAP_COMPARE_{TRUE|FALSE}) */ default: /* only touch when activity actually took place... */ - if ( li->li_idle_timeout && lc ) { + if ( li->li_idle_timeout ) { lc->lc_time = op->o_time; }