diff options
| -rw-r--r-- | ldap/servers/plugins/replication/repl_extop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/replication/repl_extop.c b/ldap/servers/plugins/replication/repl_extop.c index 0f4d8001..9260a4ca 100644 --- a/ldap/servers/plugins/replication/repl_extop.c +++ b/ldap/servers/plugins/replication/repl_extop.c @@ -112,7 +112,7 @@ create_ReplicationExtopPayload(const char *protocol_oid, struct berval *req_data = NULL; BerElement *tmp_bere = NULL; int rc = 0; - Object *repl_obj, *ruv_obj = NULL; + Object *repl_obj = NULL, *ruv_obj = NULL; Replica *repl; RUV *ruv; Slapi_DN *sdn = NULL; |
