state: more uninitialized variables initialized

cute-signatures
Timo Teras 2009-04-15 12:41:01 +03:00
parent cc1a0187ee
commit 33c2bc0d1a
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ int apk_state_lock_dependency(struct apk_state *state,
{
struct apk_name *name = dep->name;
struct apk_name_choices *c;
struct apk_package *installed, *latest = NULL, *use;
struct apk_package *installed = NULL, *latest = NULL, *use;
int i;
if (ns_empty(state->name[name->id])) {