From 6f13331f4ff559143486a047ba450a6591d8cd44 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 8 Oct 2006 00:37:18 +0000 Subject: [PATCH] Drop extraneous test from copy/paste (1.200) (coverity) --- servers/slapd/back-ldap/bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5