X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/63b1700fd93787682eedc95546a0364f449f036d..0a5e4a031a039329cc0d27268be6a623e892c452:/methods/rsh.cc?ds=inline diff --git a/methods/rsh.cc b/methods/rsh.cc index 5326e5098..619cd9508 100644 --- a/methods/rsh.cc +++ b/methods/rsh.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: rsh.cc,v 1.3 2001/03/06 07:15:29 jgg Exp $ +// $Id: rsh.cc,v 1.4 2001/03/13 06:51:46 jgg Exp $ /* ###################################################################### RSH method - Transfer files via rsh compatible program @@ -462,7 +462,7 @@ bool RSHMethod::Fetch(FetchItem *Itm) } Res.LastModified = FailTime; - Res.MD5Sum = Hash.MD5.Result(); + Res.TakeHashes(Hash); // Timestamp struct utimbuf UBuf;