- client: if a file fails verification, delete it.

svn path=/trunk/boinc/; revision=19110
This commit is contained in:
David Anderson 2009-09-18 23:43:20 +00:00
parent 7e69f86942
commit 906dc533db
2 changed files with 7 additions and 0 deletions

View File

@ -7910,3 +7910,9 @@ David 18 Sept 2009
client/
cs_files.cpp
work_fetch.cpp
David 18 Sept 2009
- client: if a file fails verification, delete it.
client/
pers_file_xfer.cpp

View File

@ -114,6 +114,7 @@ int PERS_FILE_XFER::create_xfer() {
return 0;
} else {
fip->delete_file();
fip->status = FILE_NOT_PRESENT;
}
}