mirror of https://github.com/BOINC/boinc.git
- client: re-apply app configuration after each scheduler RPC;
otherwise the changes get overwritten
This commit is contained in:
parent
60f750e395
commit
7328d4a1ad
|
@ -7533,3 +7533,9 @@ Charlie 10 Dec 2012
|
|||
|
||||
lib/
|
||||
coproc.h
|
||||
|
||||
David 10 Dec 2012
|
||||
- client: re-apply app configuration after each scheduler RPC;
|
||||
otherwise the changes get overwritten
|
||||
client/
|
||||
cs_scheduler.cpp
|
||||
|
|
|
@ -839,6 +839,10 @@ int CLIENT_STATE::handle_scheduler_reply(
|
|||
// if we had download failures, clear them
|
||||
//
|
||||
avp->clear_errors();
|
||||
|
||||
// apply app config if present
|
||||
//
|
||||
project->app_configs.config_app_versions(project);
|
||||
continue;
|
||||
}
|
||||
avp = new APP_VERSION;
|
||||
|
|
Loading…
Reference in New Issue