Drop extraneous test from copy/paste (1.200) (coverity)

This commit is contained in:
Howard Chu 2006-10-08 00:37:18 +00:00
parent 65f7c1a50d
commit 6f13331f4f

View file

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