diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-26 07:56:08 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-26 07:56:08 +0000 |
commit | e3ce43830c4f252d63628ce167033ef7ce83f368 (patch) | |
tree | 5c5dbe9df7944cc3f55c1de5a2c42d13eb6128c0 /src | |
parent | 8fb87ba38e48195c3d5ca4fc7612dbada235acf1 (diff) | |
download | apk-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.c | 2 |
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); |