X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjob.c;h=30a46bea8bfea54e112e64c7008b58ee425b475d;hb=2633eb8317623138f585957fcf8337a99fb1528f;hp=79189f04da101db1ed8188ea95601c6e1c64f8cd;hpb=57339f47f17b0268f2d05b5e8adde1b1d842fa48;p=elogind.git diff --git a/src/job.c b/src/job.c index 79189f04d..30a46bea8 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 ||