diff --git a/unit.c b/unit.c index e8d61c853c5..88615319d7c 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;