cache: fix download

cute-signatures
Timo Teräs 2011-10-31 20:47:52 +02:00
parent f41cb48fed
commit e36e99f31d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
static int cache_download(struct apk_database *db)
{
struct apk_changeset changeset;
struct apk_changeset changeset = {};
struct apk_change *change;
struct apk_package *pkg;
struct apk_repository *repo;