mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 16:34:45 -05:00
Drop extraneous test from copy/paste (1.200) (coverity)
This commit is contained in:
parent
65f7c1a50d
commit
6f13331f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue