diff options
Diffstat (limited to 'archival/rpm.c')
-rw-r--r-- | archival/rpm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/rpm.c b/archival/rpm.c index 4d723b73f..0b7741a15 100644 --- a/archival/rpm.c +++ b/archival/rpm.c | |||
@@ -229,7 +229,6 @@ static void extract_cpio_gz(int fd) | |||
229 | USE_FEATURE_RPM_BZ2("/bzip") | 229 | USE_FEATURE_RPM_BZ2("/bzip") |
230 | " magic"); | 230 | " magic"); |
231 | } else { | 231 | } else { |
232 | check_header_gzip_or_die(archive_handle->src_fd); | ||
233 | #if !BB_MMU | 232 | #if !BB_MMU |
234 | /* NOMMU version of open_transformer execs an external unzipper that should | 233 | /* NOMMU version of open_transformer execs an external unzipper that should |
235 | * have the file position at the start of the file */ | 234 | * have the file position at the start of the file */ |