diff --git a/checkin_notes b/checkin_notes index b7d88053ab..f30ebba931 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/client/cs_scheduler.cpp b/client/cs_scheduler.cpp index 0ef408b5c7..503f7bf201 100644 --- a/client/cs_scheduler.cpp +++ b/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;