summaryrefslogtreecommitdiff
path: root/methods/http.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:02 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:02 +0000
commitce0ae89a806a774bdc26d23d2777e737e4d4bea9 (patch)
treee99f022284ed5ed94d0fa2951fe29fb0fa64f863 /methods/http.cc
parent30b30ec1c01acb6f128e3fc8eb74d978a287ae1a (diff)
Wow it works
Author: jgg Date: 1999-03-15 07:20:41 GMT Wow it works
Diffstat (limited to 'methods/http.cc')
-rw-r--r--methods/http.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/methods/http.cc b/methods/http.cc
index da15cec32..0d84a9dc7 100644
--- a/methods/http.cc
+++ b/methods/http.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: http.cc,v 1.28 1999/03/15 06:01:00 jgg Exp $
+// $Id: http.cc,v 1.29 1999/03/15 07:20:41 jgg Exp $
/* ######################################################################
HTTP Aquire Method - This is the HTTP aquire method for APT.
@@ -916,7 +916,6 @@ void HttpMethod::SigTerm(int)
// Timestamp
struct utimbuf UBuf;
- time(&UBuf.actime);
UBuf.actime = FailTime;
UBuf.modtime = FailTime;
utime(FailFile.c_str(),&UBuf);