diff options
Diffstat (limited to 'src/unit.c')
-rw-r--r-- | src/unit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unit.c b/src/unit.c index d28a0a8cf7..ca15c257e8 100644 --- a/src/unit.c +++ b/src/unit.c @@ -440,6 +440,7 @@ static void merge_dependencies(Unit *u, Unit *other, UnitDependency d) { assert(other); assert(d < _UNIT_DEPENDENCY_MAX); + /* Fix backwards pointers */ SET_FOREACH(back, other->meta.dependencies[d], i) { UnitDependency k; |