Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Init iterator with NULL.
Vsevolod Stakhov committed 12 years ago
commit 195e7ef2ad50f879a8d82c313b7a0e73ddf3c4dc
parent 4a5669b
1 file changed +1 -1
modified libpkg/update.c
@@ -126,7 +126,7 @@ static struct fingerprint *
parse_fingerprint(ucl_object_t *obj)
{
	ucl_object_t *cur;
-
	ucl_object_iter_t it;
+
	ucl_object_iter_t it = NULL;
	const char *function = NULL, *fp = NULL;
	hash_t fct = HASH_UNKNOWN;
	struct fingerprint *f = NULL;