summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication/repl_extop.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/plugins/replication/repl_extop.c')
-rw-r--r--ldap/servers/plugins/replication/repl_extop.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ldap/servers/plugins/replication/repl_extop.c b/ldap/servers/plugins/replication/repl_extop.c
index 69a9a2c8..527c964e 100644
--- a/ldap/servers/plugins/replication/repl_extop.c
+++ b/ldap/servers/plugins/replication/repl_extop.c
@@ -1268,6 +1268,9 @@ multimaster_extop_EndNSDS50ReplicationRequest(Slapi_PBlock *pb)
response = NSDS50_REPL_REPLICA_RELEASE_SUCCEEDED;
/* Outbound replication agreements need to all be restarted now */
/* XXXGGOOD RESTART REEPL AGREEMENTS */
+ } else {
+ /* Unless bail out, we return uninitialized response */
+ goto free_and_return;
}
}