Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
jobs: fix regression from conversion of shlibs required and provide
Baptiste Daroussin committed 4 years ago
commit 4b896f714bcd21ee0fad545d0e3ca606fd43e3a1
parent 7c47dfdbf51e640e64cfa789a9c0639d64bf43a6
1 file changed +2 -0
modified libpkg/pkg_jobs.c
@@ -1275,6 +1275,7 @@ pkg_jobs_need_upgrade(struct pkg *rp, struct pkg *lp)
			free(l1);
			return (true);
		}
+
		i++;
	}
	free(l1);

@@ -1296,6 +1297,7 @@ pkg_jobs_need_upgrade(struct pkg *rp, struct pkg *lp)
			free(l1);
			return (true);
		}
+
		i++;
	}
	free(l1);