Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix validation of scheme with multiple repositories
Baptiste Daroussin committed 10 years ago
commit 833b65e043fa92a3fd6eda8372c70464a44d8d51
parent b9317de
1 file changed +1 -0
modified libpkg/pkg_config.c
@@ -1127,6 +1127,7 @@ pkg_ini(const char *path, const char *reposdir, pkg_init_flags flags)
			return (EPKG_FATAL);
		}
		fatal_errors = true;
+
		it = NULL;
		while ((cur = ucl_iterate_object(object, &it, true))) {
			if (strncmp(url, ucl_object_tostring_forced(cur),
			    buf - url) == 0) {