mirror of https://github.com/BOINC/boinc.git
Einstein@Home - specific modification.
svn path=/trunk/boinc/; revision=9165
This commit is contained in:
parent
3f43a63bf9
commit
d4088bb1b6
|
@ -908,7 +908,7 @@ void send_work_locality(
|
|||
sreq.file_infos.clear();
|
||||
nfiles = (int) eah_copy.size();
|
||||
for (i=0; i<nfiles; i++) {
|
||||
if (strncmp("skygrid_", eah_copy[i].name, 8)) {
|
||||
if (strncmp("skygrid_", eah_copy[i].name, 8) && strncmp("Config_", eah_copy[i].name, 7)) {
|
||||
sreq.file_infos.push_back(eah_copy[i]);
|
||||
} else {
|
||||
sreq.file_delete_candidates.push_back(eah_copy[i]);
|
||||
|
|
Loading…
Reference in New Issue