From 8b0438730f774f96c8cfb3ddfe0853bfae61dc06 Mon Sep 17 00:00:00 2001 From: Ludwig Krispenz Date: Thu, 29 Sep 2016 10:50:59 +0200 Subject: [PATCH] create keep alive at end of repl --- ldap/servers/plugins/replication/repl_extop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ldap/servers/plugins/replication/repl_extop.c b/ldap/servers/plugins/replication/repl_extop.c index d2ed59c..49cf926 100644 --- a/ldap/servers/plugins/replication/repl_extop.c +++ b/ldap/servers/plugins/replication/repl_extop.c @@ -1285,6 +1285,7 @@ multimaster_extop_EndNSDS50ReplicationRequest(Slapi_PBlock *pb) { replica_log_ruv_elements (r); } + replica_subentry_check(replica_get_root(r), replica_get_rid(r)); /* ONREPL code that dealt with new RUV, etc was moved into the code that enables replication when a backend comes back online. This -- 2.4.3