mirror of https://github.com/BOINC/boinc.git
- scheduler: remove <dont_use_dcf/> from scheduler reply for now;
the 7.0.25 client has a bug that causes jobs to run EDF if this flag is present. svn path=/trunk/boinc/; revision=25755
This commit is contained in:
parent
f04f6b3eae
commit
3a2328b10d
|
@ -4301,3 +4301,11 @@ Rom 12 Jun 2012
|
|||
|
||||
/
|
||||
configure.ac
|
||||
|
||||
David 13 June 2012
|
||||
- scheduler: remove <dont_use_dcf/> from scheduler reply for now;
|
||||
the 7.0.25 client has a bug that causes jobs
|
||||
to run EDF if this flag is present.
|
||||
|
||||
sched/
|
||||
sched_types.cpp
|
||||
|
|
|
@ -621,7 +621,8 @@ int SCHEDULER_REPLY::write(FILE* fout, SCHEDULER_REQUEST& sreq) {
|
|||
"Content-type: text/xml\n\n"
|
||||
"<scheduler_reply>\n"
|
||||
"<scheduler_version>%d</scheduler_version>\n"
|
||||
"<dont_use_dcf/>\n",
|
||||
//"<dont_use_dcf/>\n"
|
||||
,
|
||||
BOINC_MAJOR_VERSION*100+BOINC_MINOR_VERSION
|
||||
);
|
||||
if (strlen(config.master_url)) {
|
||||
|
|
Loading…
Reference in New Issue