From 91cb4c6b436bfddd4c4fd655e4cd4dce9073d5c4 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:26 +0000 Subject: Doc fixes and copy method patch Author: jgg Date: 1999-01-20 04:36:43 GMT Doc fixes and copy method patch --- methods/http.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'methods/http.cc') 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; -- cgit v1.2.3