X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/76cbc9abb2d09ee5b248dfaa24948ba016fb6dee..9224ce3d4d1ea0428a70e75134998e08aa45b1e6:/methods/gzip.cc diff --git a/methods/gzip.cc b/methods/gzip.cc index 387c05f2e..65519633c 100644 --- a/methods/gzip.cc +++ b/methods/gzip.cc @@ -91,7 +91,7 @@ bool GzipMethod::Fetch(FetchItem *Itm) return false; // Read data from source, generate checksums and write - Hashes Hash; + Hashes Hash(Itm->ExpectedHashes); bool Failed = false; while (1) {