summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unit.c b/unit.c
index e8d61c853c..88615319d7 100644
--- a/unit.c
+++ b/unit.c
@@ -243,7 +243,8 @@ static int ensure_merge(Set **s, Set *other) {
return 0;
}
-/* FIXME: Does not rollback on failure! */
+/* FIXME: Does not rollback on failure! Needs to fix special unit
+ * pointers. Needs to merge names and dependencies properly.*/
int unit_merge(Unit *u, Unit *other) {
int r;
UnitDependency d;