From fdf88f5f3383dc4fdd7358b954c6b79e4fe0791b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 Jan 2010 02:00:07 +0100 Subject: [PATCH] unit_merge() needs a proper review --- unit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit.c b/unit.c index e8d61c853..88615319d 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; -- 2.30.2