summaryrefslogtreecommitdiffstats
path: root/lib/dpkg/db-ctrl-access.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:30:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:30:08 +0000
commit44cf9c6d2d274eac37502e835155f7e985f1b8e6 (patch)
tree9576ba968924c5b9a55ba9e14f4f26184c62c7d4 /lib/dpkg/db-ctrl-access.c
parentAdding upstream version 1.22.6. (diff)
downloaddpkg-44cf9c6d2d274eac37502e835155f7e985f1b8e6.tar.xz
dpkg-44cf9c6d2d274eac37502e835155f7e985f1b8e6.zip
Adding upstream version 1.22.7.upstream/1.22.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--lib/dpkg/db-ctrl-access.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dpkg/db-ctrl-access.c b/lib/dpkg/db-ctrl-access.c
index c252336..9b788b1 100644
--- a/lib/dpkg/db-ctrl-access.c
+++ b/lib/dpkg/db-ctrl-access.c
@@ -73,7 +73,6 @@ pkg_infodb_foreach(struct pkginfo *pkg, struct pkgbin *pkgbin,
pkgname = pkgbin_name(pkg, pkgbin, pnaw_never);
varbuf_add_dir(&db_path, pkg_infodb_get_dir());
- varbuf_end_str(&db_path);
varbuf_snapshot(&db_path, &db_path_state);
db_dir = opendir(db_path.buf);
@@ -108,7 +107,6 @@ pkg_infodb_foreach(struct pkginfo *pkg, struct pkgbin *pkgbin,
varbuf_rollback(&db_path_state);
varbuf_add_str(&db_path, db_de->d_name);
- varbuf_end_str(&db_path);
filename = db_path.buf;
func(filename, filetype);