summaryrefslogtreecommitdiffstats
path: root/common/collection/collection.c
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-12-07 09:14:10 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-12-10 17:20:18 -0500
commita505858c04d011c54ee0c1015cf5d8d069ff39be (patch)
tree8d9895e60dbaad4fce7652a9aae5c3f5f9dd3b88 /common/collection/collection.c
parentd99755b28d67140d148b01d5192d33136fa5cac5 (diff)
downloadsssd-a505858c04d011c54ee0c1015cf5d8d069ff39be.tar.gz
sssd-a505858c04d011c54ee0c1015cf5d8d069ff39be.tar.xz
sssd-a505858c04d011c54ee0c1015cf5d8d069ff39be.zip
COLLECTION: Cleaning FIXME comments
I scanned through the code and made sure that the FIXME comments are either addressed or a corresponding ticket exists. I removed two comments that had "FIXME" in them. The tickets for those comments are #72 and #308.
Diffstat (limited to 'common/collection/collection.c')
-rw-r--r--common/collection/collection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/collection/collection.c b/common/collection/collection.c
index c8a007795..e3644e4e2 100644
--- a/common/collection/collection.c
+++ b/common/collection/collection.c
@@ -2455,7 +2455,6 @@ int col_get_reference_from_item(struct collection_item *ci,
/* ADDITION */
/* Add collection to collection */
-/* FIXME - allow to add collection to a collection with disposition */
int col_add_collection_to_collection(struct collection_item *ci,
const char *sub_collection_name,
const char *as_property,