From a45b9fd09442eb75d39e3419c1fced90c7e339e7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 18 Nov 2010 03:52:39 +0100 Subject: job: make sure we don't fail umount.target if a mount unit failed to stop --- src/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/job.c') diff --git a/src/job.c b/src/job.c index 79189f04da..30a46bea8b 100644 --- a/src/job.c +++ b/src/job.c @@ -531,7 +531,7 @@ int job_finish_and_invalidate(Job *j, bool success) { } else if (t == JOB_STOP) { - SET_FOREACH(other, u->meta.dependencies[UNIT_CONFLICTS], i) + SET_FOREACH(other, u->meta.dependencies[UNIT_CONFLICTED_BY], i) if (other->meta.job && (other->meta.job->type == JOB_START || other->meta.job->type == JOB_VERIFY_ACTIVE || -- cgit v1.2.3-54-g00ecf