initialize rc in syncrepl_add_glue_ancestors (ITS#6719)

This commit is contained in:
Pierangelo Masarati 2010-11-22 12:09:45 +00:00
parent 2a9cbcc5b5
commit b68703031b

View File

@ -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;