mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
manager: fix comment
This commit is contained in:
parent
a48f3d1566
commit
153bda8f03
@ -758,7 +758,7 @@ static void transaction_merge_and_delete_job(Manager *m, Job *j, Job *other, Job
|
||||
assert(j->unit == other->unit);
|
||||
assert(!j->installed);
|
||||
|
||||
/* Merges 'other' into 'j' and then deletes j. */
|
||||
/* Merges 'other' into 'j' and then deletes 'other'. */
|
||||
|
||||
j->type = t;
|
||||
j->state = JOB_WAITING;
|
||||
@ -803,6 +803,7 @@ static void transaction_merge_and_delete_job(Manager *m, Job *j, Job *other, Job
|
||||
other->object_list = NULL;
|
||||
transaction_delete_job(m, other, true);
|
||||
}
|
||||
|
||||
static bool job_is_conflicted_by(Job *j) {
|
||||
JobDependency *l;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user