Another idle time tweak

This commit is contained in:
Howard Chu 2003-05-11 06:06:22 +00:00
parent c84c133c90
commit 2d22e02ef9

View File

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