Skip to content

Commit

Permalink
Fix issue freebsd#1842.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceri committed Nov 10, 2020
1 parent ec6efbf commit 2352cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpkg/pkg_jobs.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ pkg_jobs_process_remote_pkg(struct pkg_jobs *j, struct pkg *rp,
}
}
/* Also process all rdeps recursively */
while (pkg_rdeps(nrit->pkg, &rdep) == EPKG_OK) {
while (pkg_rdeps(nit->pkg, &rdep) == EPKG_OK) {
lp = pkg_jobs_universe_get_local(j->universe, rdep->uid, 0);

if (lp) {
Expand Down

0 comments on commit 2352cbb

Please sign in to comment.