summaryrefslogtreecommitdiff
path: root/src/apk_database.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-05-27 16:49:25 +0300
committerTimo Teräs <timo.teras@iki.fi>2011-05-27 16:49:25 +0300
commit95555ede4d732878d576415e5d338b0104b78ad6 (patch)
tree46c3d178e32f75480f834be897ce2b03f1a3bbd2 /src/apk_database.h
parent38e54240a38266c0c1864e51e4ca7468a429646e (diff)
downloadapk-tools-95555ede4d732878d576415e5d338b0104b78ad6.tar.gz
apk-tools-95555ede4d732878d576415e5d338b0104b78ad6.tar.bz2
apk-tools-95555ede4d732878d576415e5d338b0104b78ad6.tar.xz
apk-tools-95555ede4d732878d576415e5d338b0104b78ad6.zip
db: more fix for read-only cache remounting
remount to read-write before trying to create the cache directory subdirs. fix a fd leak that might prevent remounting back to rw.
Diffstat (limited to 'src/apk_database.h')
-rw-r--r--src/apk_database.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apk_database.h b/src/apk_database.h
index 9b032e7..b28a77b 100644
--- a/src/apk_database.h
+++ b/src/apk_database.h
@@ -110,7 +110,6 @@ struct apk_database {
apk_blob_t *arch;
unsigned int local_repos;
int permanent : 1;
- int ro_cache : 1;
int compat_newfeatures : 1;
int compat_notinstallable : 1;