mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
initialize rc in syncrepl_add_glue_ancestors (ITS#6719)
This commit is contained in:
parent
2a9cbcc5b5
commit
b68703031b
1 changed files with 1 additions and 1 deletions
|
|
@ -3000,7 +3000,7 @@ syncrepl_add_glue_ancestors(
|
|||
Backend *be = op->o_bd;
|
||||
slap_callback cb = { NULL };
|
||||
Attribute *a;
|
||||
int rc;
|
||||
int rc = LDAP_SUCCESS;
|
||||
int suffrdns;
|
||||
int i;
|
||||
struct berval dn = BER_BVNULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue