mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Revert prev commit, wrong fix
This commit is contained in:
parent
d1050c5aa2
commit
9bfb4e7213
1 changed files with 1 additions and 1 deletions
|
|
@ -1674,7 +1674,7 @@ slapd_daemon_task(
|
|||
|
||||
if ( cat != NULL ) {
|
||||
time_t diff = difftime( cat->tv_sec, now );
|
||||
if ( diff < 1 )
|
||||
if ( diff == 0 )
|
||||
diff = tdelta;
|
||||
if ( tvp == NULL || diff < tv.tv_sec ) {
|
||||
tv.tv_sec = diff;
|
||||
|
|
|
|||
Loading…
Reference in a new issue