diff --git a/servers/slapd/daemon.c b/servers/slapd/daemon.c index a94349897f..ae5a754f7d 100644 --- a/servers/slapd/daemon.c +++ b/servers/slapd/daemon.c @@ -1231,6 +1231,7 @@ slapd_daemon_task( } else if ( global_idletimeout > 0 ) { if ( difftime( last_idle_check+global_idletimeout/SLAPD_IDLE_CHECK_LIMIT, now ) < 0 ) { connections_timeout_idle( now ); + last_idle_check = now; } }