summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-06-26 07:56:08 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2017-06-26 07:56:08 +0000
commite3ce43830c4f252d63628ce167033ef7ce83f368 (patch)
tree5c5dbe9df7944cc3f55c1de5a2c42d13eb6128c0 /src
parent8fb87ba38e48195c3d5ca4fc7612dbada235acf1 (diff)
downloadapk-tools-e3ce43830c4f252d63628ce167033ef7ce83f368.tar.gz
apk-tools-e3ce43830c4f252d63628ce167033ef7ce83f368.tar.bz2
apk-tools-e3ce43830c4f252d63628ce167033ef7ce83f368.tar.xz
apk-tools-e3ce43830c4f252d63628ce167033ef7ce83f368.zip
Revert "database: force-update file_diri_node ptr based on current diri"
Use Timo's patch instead.
Diffstat (limited to 'src')
-rw-r--r--src/database.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/database.c b/src/database.c
index b46a286..4889289 100644
--- a/src/database.c
+++ b/src/database.c
@@ -2471,8 +2471,6 @@ static int apk_db_install_archive_entry(void *_ctx,
} while (0);
}
- ctx->file_diri_node = hlist_tail_ptr(&diri->owned_files);
-
if (opkg != pkg) {
/* Create the file entry without adding it to hash */
file = apk_db_file_new(diri, bfile, &ctx->file_diri_node);