Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix previous commit
Baptiste Daroussin committed 11 years ago
commit 093a28f2f4020e126aaed71b39ee57d0c1e0d3aa
parent 32824d7
1 file changed +2 -1
modified libpkg/pkg_repo.c
@@ -643,8 +643,9 @@ pkg_repo_archive_extract_check_archive(int fd, const char *file,
    const char *dest, struct pkg_repo *repo, int dest_fd)
{
	struct sig_cert *sc = NULL, *s, *stmp;
+
	int ret, rc;

-
	int ret = rc = EPKG_OK;
+
	ret = rc = EPKG_OK;

	if (pkg_repo_archive_extract_archive(fd, file, dest, repo, dest_fd, &sc)
			!= EPKG_OK)