diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-12-19 14:22:05 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-12-19 14:22:05 +0100 |
commit | 2f67d29b0c3de8618983055e811e70ee36662f4a (patch) | |
tree | 7ab0646d51474b4f3c16c8a984f2f1edd43528d8 /methods/ftp.cc | |
parent | 27da8141d21cfbfc29675510737ee05bdfd4a2b1 (diff) | |
parent | 29966fd1cc2bab68777e85b9070dba7821a58d36 (diff) |
merged from lp:~donkult/apt/experimental
Diffstat (limited to 'methods/ftp.cc')
-rw-r--r-- | methods/ftp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/ftp.cc b/methods/ftp.cc index 2ca0ac6f7..ad8a7b828 100644 --- a/methods/ftp.cc +++ b/methods/ftp.cc @@ -868,7 +868,7 @@ bool FTPConn::Get(const char *Path,FileFd &To,unsigned long long Resume, if (Resume != 0) { - if (Hash.AddFD(To.Fd(),Resume) == false) + if (Hash.AddFD(To,Resume) == false) { _error->Errno("read",_("Problem hashing file")); return false; |