diff --git a/lib/transaction_commit.c b/lib/transaction_commit.c index 40adccbc..d13480c0 100644 --- a/lib/transaction_commit.c +++ b/lib/transaction_commit.c @@ -160,6 +160,7 @@ download_binpkgs(struct xbps_handle *xhp, xbps_object_iterator_t iter) free(file); break; } + rv = 0; } /* * Download binary package signature. @@ -181,6 +182,7 @@ download_binpkgs(struct xbps_handle *xhp, xbps_object_iterator_t iter) free(file); break; } + rv = 0; } free(sigfile); if (file != NULL)