diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-19 16:05:44 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-19 16:05:44 +0200 |
commit | 36afd8495a5646ccdec0153c93945a5a27606fce (patch) | |
tree | 35410bfee6ead769fb56c08c21bb066619432e2e /methods/gzip.cc | |
parent | 455f831c3cbd7f555d3a0b0c949a42432efc63d3 (diff) | |
parent | c158ff49dacb8f6fdca98f9b43329eac44f1a827 (diff) |
* merged apt--tasks, this brings in the latest changes from apt--mvo as well
Diffstat (limited to 'methods/gzip.cc')
-rw-r--r-- | methods/gzip.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/gzip.cc b/methods/gzip.cc index 809afc0fc..55ff33270 100644 --- a/methods/gzip.cc +++ b/methods/gzip.cc @@ -111,6 +111,7 @@ bool GzipMethod::Fetch(FetchItem *Itm) if (To.Write(Buffer,Count) == false) { Failed = true; + FromGz.Close(); break; } } |