X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/180b693262d71381d650d10c3f95a5a70553f40f..98cc7fd2c1d397623960baf69ae3cec04a87a23e:/methods/rsh.cc diff --git a/methods/rsh.cc b/methods/rsh.cc index 0e949160b..52349c61c 100644 --- a/methods/rsh.cc +++ b/methods/rsh.cc @@ -477,7 +477,7 @@ bool RSHMethod::Fetch(FetchItem *Itm) } // Open the file - Hashes Hash; + Hashes Hash(Itm->ExpectedHashes); { FileFd Fd(Itm->DestFile,FileFd::WriteAny); if (_error->PendingError() == true)