diff options
Diffstat (limited to 'ldap/servers/plugins/replication/replutil.c')
-rw-r--r-- | ldap/servers/plugins/replication/replutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/replication/replutil.c b/ldap/servers/plugins/replication/replutil.c index 8703c7c2..aaa427bd 100644 --- a/ldap/servers/plugins/replication/replutil.c +++ b/ldap/servers/plugins/replication/replutil.c @@ -740,7 +740,7 @@ repl_set_mtn_state_and_referrals( /* next, add the repl root dn to each referral if not present */ for (ii = 0; referrals_to_set && referrals_to_set[ii]; ++ii) { LDAPURLDesc *lud = NULL; - int myrc = slapi_ldap_url_parse(referrals_to_set[ii], &lud, 0, NULL); + (void)slapi_ldap_url_parse(referrals_to_set[ii], &lud, 0, NULL); /* see if the dn is already in the referral URL */ if (!lud || !lud->lud_dn) { /* add the dn */ |