mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-27 16:40:23 +00:00
unit_merge() needs a proper review
This commit is contained in:
@@ -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