*** empty log message ***

svn path=/trunk/boinc/; revision=5475
This commit is contained in:
David Anderson 2005-02-18 17:14:13 +00:00
parent 7736082ca6
commit 506baf9595
1 changed files with 2 additions and 2 deletions

View File

@ -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: