Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Initialize 'resolved' field in pkg_jobs_new()
Marin Atanasov Nikolov committed 14 years ago
commit 2138fd335421122e6f4c00a19853adfda6adf237
parent 3617d0673467270ecb4aa523263797e0a1f54d89
1 file changed +1 -0
modified libpkg/pkg_jobs.c
@@ -23,6 +23,7 @@ pkg_jobs_new(struct pkg_jobs **j, pkg_jobs_t t, struct pkgdb *db)
	LIST_INIT(&(*j)->nodes);
	(*j)->db = db;
	(*j)->type = t;
+
	(*j)->resolved = 0;

	return (EPKG_OK);
}