db: fix previous commit

add the missing variable.
cute-signatures
Timo Teras 2010-03-01 11:26:45 +02:00
parent fcdb316ab7
commit 49f5d8cb01
1 changed files with 1 additions and 0 deletions

View File

@ -1027,6 +1027,7 @@ int apk_db_open(struct apk_database *db, struct apk_db_options *dbopts)
{
const char *msg = NULL;
struct apk_repository_list *repo = NULL;
struct apk_bstream *bs;
struct stat64 st;
apk_blob_t blob;
int r, rr = 0;