Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Initialize more variables
Baptiste Daroussin committed 12 years ago
commit 4f76dd0caf8a3a07e862f9b620372d7996413b7c
parent 98f690815070fc706eaf5cbdf6a9c14ea13d7d2f
1 file changed +1 -1
modified libpkg/pkg_solve.c
@@ -402,7 +402,7 @@ pkg_solve_add_pkg_rule(struct pkg_jobs *j, struct pkg_solve_problem *problem,
	struct pkg_conflict *conflict, *ctmp;
	struct pkg *pkg;
	struct pkg_solve_rule *rule;
-
	struct pkg_solve_item *it;
+
	struct pkg_solve_item *it = NULL;
	struct pkg_solve_variable *var, *tvar, *cur_var;

	const char *origin;