diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-01-31 15:49:04 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-01-31 15:49:04 +0200 |
commit | 304dc4a69234b4161e8b34b34dc92ebfa9beac25 (patch) | |
tree | 84f74be85455435c42f569ddf094584900f36270 /src/apk_database.h | |
parent | 0f895650996a2565c0dc59d3c94f861145b42c05 (diff) | |
download | apk-tools-304dc4a69234b4161e8b34b34dc92ebfa9beac25.tar.gz apk-tools-304dc4a69234b4161e8b34b34dc92ebfa9beac25.tar.bz2 apk-tools-304dc4a69234b4161e8b34b34dc92ebfa9beac25.tar.xz apk-tools-304dc4a69234b4161e8b34b34dc92ebfa9beac25.zip |
pkg, db: fix signature checking for files without control part
Also clean up handling of signature failures for index files.
Diffstat (limited to 'src/apk_database.h')
-rw-r--r-- | src/apk_database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_database.h b/src/apk_database.h index ef3aa65..b7e87e9 100644 --- a/src/apk_database.h +++ b/src/apk_database.h @@ -127,7 +127,7 @@ struct apk_database { const char *cache_dir; char *cache_remount_dir; apk_blob_t *arch; - unsigned int local_repos; + unsigned int local_repos, bad_repos; int performing_self_update : 1; int permanent : 1; int compat_newfeatures : 1; |