Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
da5d1d300bafd42e7705d632747741bd69a65e50
Fix meta parsing.
Vsevolod Stakhov
committed
11 years ago
commit da5d1d300bafd42e7705d632747741bd69a65e50
parent
20865e4a9f3167cf84b031d1686799a3925a64c2
1 file changed
+2
-0
modified
libpkg/pkg_repo_meta.c
@@ -234,6 +234,8 @@ pkg_repo_meta_parse(ucl_object_t *top, struct pkg_repo_meta **target, int versio
HASH_ADD_STR(meta->keys, name, cert);
}
+
*target = meta;
+
return (EPKG_OK);
}