mirror of
https://github.com/systemd/systemd.git
synced 2026-08-02 22:20:20 +00:00
unit_merge() needs a proper review
This commit is contained in:
3
unit.c
3
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;
|
||||
|
||||
Reference in New Issue
Block a user