From e59d669e32e297d5d2259ce714d9c63c14d8bdd2 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 3 Dec 2008 20:36:42 -0500 Subject: - actually, entries in this map referring to other entries in the same map deserve to be updated, too --- src/back-shr.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/back-shr.c') diff --git a/src/back-shr.c b/src/back-shr.c index 51d4497..e101d0c 100644 --- a/src/back-shr.c +++ b/src/back-shr.c @@ -855,15 +855,6 @@ backend_shr_update_references_cb(const char *group, const char *set, inref_attrs = set_data->inref_attrs; for (i = 0; (inref_attrs != NULL) && (inref_attrs[i] != NULL); i++) { - /* We're only processing inref attributes for other maps, since - * we've already done whatever's needed for this entry in this - * map. */ - if ((strcmp(inref_attrs[i]->group, group) == 0) && - (strcmp(inref_attrs[i]->set, set) == 0)) { - continue; - } - /* TODO: If this entry belongs in the named group and set, keep - * going, otherwise, we can avoid reading the entry. */ /* Extract the named attribute from the entry. */ values = NULL; if (slapi_vattr_values_get(cbdata->e, -- cgit