Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Ignore empty repository configuration files
Baptiste Daroussin committed 11 years ago
commit 046ab9656d66e0b55fd776dfe6f9f1d00e527790
parent 45c25a1082168369b3197195352868ccd44d2e28
1 file changed +2 -0
modified libpkg/pkg_config.c
@@ -599,6 +599,8 @@ load_repo_file(const char *repofile)
	}

	obj = ucl_parser_get_object(p);
+
	if (obj == NULL)
+
		return;

	if (obj->type == UCL_OBJECT)
		walk_repo_obj(obj, repofile);