Blame SOURCES/0006-Issue-49062-Reset-agmt-update-staus-and-total-init
|
|
6f51e1 |
From 310b8f8b3c59423b9dfa3a6ea30f4a719f342fc9 Mon Sep 17 00:00:00 2001
|
|
|
6f51e1 |
From: Mark Reynolds <mreynolds@redhat.com>
|
|
|
6f51e1 |
Date: Wed, 1 Mar 2017 10:56:40 -0500
|
|
|
6f51e1 |
Subject: [PATCH] Issue 49062 - Reset agmt update staus and total init
|
|
|
6f51e1 |
|
|
|
6f51e1 |
Description: Make sure we always reset the agmt status after doing a reinit
|
|
|
6f51e1 |
|
|
|
6f51e1 |
https://pagure.io/389-ds-base/issue/49062
|
|
|
6f51e1 |
|
|
|
6f51e1 |
Reviewed by: tbordaz & nhosoi(Thanks!!)
|
|
|
6f51e1 |
---
|
|
|
6f51e1 |
ldap/servers/plugins/replication/repl5_tot_protocol.c | 1 +
|
|
|
6f51e1 |
1 file changed, 1 insertion(+)
|
|
|
6f51e1 |
|
|
|
6f51e1 |
diff --git a/ldap/servers/plugins/replication/repl5_tot_protocol.c b/ldap/servers/plugins/replication/repl5_tot_protocol.c
|
|
|
6f51e1 |
index 57d9de2..45a084a 100644
|
|
|
6f51e1 |
--- a/ldap/servers/plugins/replication/repl5_tot_protocol.c
|
|
|
6f51e1 |
+++ b/ldap/servers/plugins/replication/repl5_tot_protocol.c
|
|
|
6f51e1 |
@@ -591,6 +591,7 @@ retry:
|
|
|
6f51e1 |
"\"%s\". Sent %lu entries.\n",
|
|
|
6f51e1 |
agmt_get_long_name(prp->agmt), cb_data.num_entries);
|
|
|
6f51e1 |
agmt_set_last_init_status(prp->agmt, 0, 0, 0, "Total update succeeded");
|
|
|
6f51e1 |
+ agmt_set_last_update_status(prp->agmt, 0, 0, NULL);
|
|
|
6f51e1 |
}
|
|
|
6f51e1 |
|
|
|
6f51e1 |
done:
|
|
|
6f51e1 |
--
|
|
|
6f51e1 |
2.9.3
|
|
|
6f51e1 |
|