From 506baf95956b2dbc4783e58b8db776ddb69daa45 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 18 Feb 2005 17:14:13 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=5475 --- client/http.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/http.C b/client/http.C index ff4b7e363e..ce64d388bd 100644 --- a/client/http.C +++ b/client/http.C @@ -784,8 +784,8 @@ bool HTTP_OP_SET::poll(double) { retval = unlink(htp->outfile); // no error check here because file need not already exist - bytes_xferred = 0; - file_offset = 0; + htp->bytes_xferred = 0; + htp->file_offset = 0; // fall through // case HTTP_OP_GET: