mirror of https://github.com/BOINC/boinc.git
- client: if a file fails verification, delete it.
svn path=/trunk/boinc/; revision=19110
This commit is contained in:
parent
7e69f86942
commit
906dc533db
|
@ -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
|
||||
|
|
|
@ -114,6 +114,7 @@ int PERS_FILE_XFER::create_xfer() {
|
|||
|
||||
return 0;
|
||||
} else {
|
||||
fip->delete_file();
|
||||
fip->status = FILE_NOT_PRESENT;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue