Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix added indexes to remote repositories
Baptiste Daroussin committed 12 years ago
commit 3c62d1d0adfdbf310ca62c654d1b36415b827d69
parent 3a6c2da
1 file changed +1 -1
modified libpkg/update.c
@@ -337,7 +337,7 @@ pkg_update_full(const char *repofile, struct pkg_repo *repo, time_t *mtime)
		goto cleanup;
	}

-
	if ((rc = remote_add_indexes(pkg_repo_name(repo))) != EPKG_OK)
+
	if ((rc = remote_add_indexes(pkg_repo_ident(repo))) != EPKG_OK)
		goto cleanup;
	rc = EPKG_OK;