Skip to content

Commit 2352cbb

Browse files
committed
Fix issue #1842.
1 parent ec6efbf commit 2352cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpkg/pkg_jobs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ pkg_jobs_process_remote_pkg(struct pkg_jobs *j, struct pkg *rp,
768768
}
769769
}
770770
/* Also process all rdeps recursively */
771-
while (pkg_rdeps(nrit->pkg, &rdep) == EPKG_OK) {
771+
while (pkg_rdeps(nit->pkg, &rdep) == EPKG_OK) {
772772
lp = pkg_jobs_universe_get_local(j->universe, rdep->uid, 0);
773773

774774
if (lp) {

0 commit comments

Comments
 (0)