diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:26 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:26 +0000 |
commit | 91cb4c6b436bfddd4c4fd655e4cd4dce9073d5c4 (patch) | |
tree | be322ab8f43e1be513bc0cb3be3223d6592f42b5 /methods/http.cc | |
parent | 7f25bdff3a0fa55ba897964d5c82475b45f3325a (diff) |
Doc fixes and copy method patch
Author: jgg
Date: 1999-01-20 04:36:43 GMT
Doc fixes and copy method patch
Diffstat (limited to 'methods/http.cc')
-rw-r--r-- | methods/http.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/methods/http.cc b/methods/http.cc index 0467dd3eb..79d35f65f 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: http.cc,v 1.21 1999/01/04 00:57:56 jgg Exp $ +// $Id: http.cc,v 1.22 1999/01/20 04:36:43 jgg Exp $ /* ###################################################################### HTTP Aquire Method - This is the HTTP aquire method for APT. @@ -875,6 +875,7 @@ int HttpMethod::DealWithHeaders(FetchResult &Res,ServerState *Srv) return 5; FailFile = Queue->DestFile; + FailFile.c_str(); // Make sure we don't do a malloc in the signal handler FailFd = File->Fd(); FailTime = Srv->Date; |