aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg_deb.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/dpkg_deb.c')
-rw-r--r--archival/dpkg_deb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c
index f94c90c55..cfbd78420 100644
--- a/archival/dpkg_deb.c
+++ b/archival/dpkg_deb.c
@@ -28,7 +28,7 @@ int dpkg_deb_main(int argc, char **argv)
28 28
29 /* Setup an ar archive handle that refers to the gzip sub archive */ 29 /* Setup an ar archive handle that refers to the gzip sub archive */
30 ar_archive = init_handle(); 30 ar_archive = init_handle();
31 ar_archive->sub_archive = tar_archive; 31 ar_archive->dpkg__sub_archive = tar_archive;
32 ar_archive->filter = filter_accept_list_reassign; 32 ar_archive->filter = filter_accept_list_reassign;
33 33
34#if ENABLE_FEATURE_SEAMLESS_GZ 34#if ENABLE_FEATURE_SEAMLESS_GZ