diff --git a/checkin_notes b/checkin_notes index fcc26d3d47..d156437776 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4301,3 +4301,11 @@ Rom 12 Jun 2012 / configure.ac + +David 13 June 2012 + - scheduler: remove 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 diff --git a/sched/sched_types.cpp b/sched/sched_types.cpp index ff5f70e016..1274ca1a4f 100644 --- a/sched/sched_types.cpp +++ b/sched/sched_types.cpp @@ -621,7 +621,8 @@ int SCHEDULER_REPLY::write(FILE* fout, SCHEDULER_REQUEST& sreq) { "Content-type: text/xml\n\n" "\n" "%d\n" - "\n", + //"\n" + , BOINC_MAJOR_VERSION*100+BOINC_MINOR_VERSION ); if (strlen(config.master_url)) {