Fix sorting algorithm to add same pkgs with different transaction reasons.
This commit is contained in:
parent
fe2bbb675f
commit
f0745120f6
@ -165,6 +165,7 @@ pkgdep_end(prop_array_t sorted)
|
||||
pkgdep_release(pd);
|
||||
continue;
|
||||
}
|
||||
prop_array_add(sorted, pd->d);
|
||||
}
|
||||
pkgdep_release(pd);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user