This is an automated email from the git hooks/post-receive script.
lkrispen pushed a change to branch master in repository 389-ds-base.
from af536ea Ticket 49332 - Event queue is not working new 4b139f8 additional fix for 49316 to make checkpointing work again
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ldap/servers/slapd/back-ldbm/dblayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script.
lkrispen pushed a commit to branch master in repository 389-ds-base.
commit 4b139f88e5ae75c40ce5f960ab0bb4a03c3c7aff Author: Ludwig Krispenz lkrispen@redhat.com Date: Mon Jul 24 21:56:44 2017 +0200
additional fix for 49316 to make checkpointing work again --- ldap/servers/slapd/back-ldbm/dblayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ldap/servers/slapd/back-ldbm/dblayer.c b/ldap/servers/slapd/back-ldbm/dblayer.c index 8676888..e16754a 100644 --- a/ldap/servers/slapd/back-ldbm/dblayer.c +++ b/ldap/servers/slapd/back-ldbm/dblayer.c @@ -4350,7 +4350,7 @@ checkpoint_threadmain(void *param) PR_Unlock(li->li_config_mutex);
/* If the checkpoint has been updated OR we have expired */ - if (checkpoint_interval != checkpoint_interval_update && + if (checkpoint_interval != checkpoint_interval_update || slapi_timespec_expire_check(&checkpoint_expire) == TIMER_EXPIRED) {
/* If our interval has changed, update it. */
389-commits@lists.fedoraproject.org