mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5475
This commit is contained in:
parent
7736082ca6
commit
506baf9595
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue