summaryrefslogtreecommitdiffstats
path: root/src/database.c
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2010-03-01 11:26:45 +0200
committerTimo Teras <timo.teras@iki.fi>2010-03-01 11:26:45 +0200
commit49f5d8cb012de00bc4c62f4352cc9d104dbbfedb (patch)
tree45c05fe7063e2ecd5da4c4fd617843cb1f014baf /src/database.c
parentfcdb316ab7320babb83dd901f511d65770166d32 (diff)
db: fix previous commit
add the missing variable.
Diffstat (limited to 'src/database.c')
-rw-r--r--src/database.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/database.c b/src/database.c
index 9c2e009..7c7f8e2 100644
--- a/src/database.c
+++ b/src/database.c
@@ -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;