- client: re-apply app configuration after each scheduler RPC;

otherwise the changes get overwritten
This commit is contained in:
David Anderson 2012-12-10 15:41:57 -08:00 committed by Oliver Bock
parent 60f750e395
commit 7328d4a1ad
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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;