client: apply app_config.xml settings after each scheduler RPC

This commit is contained in:
David Anderson 2013-05-14 08:46:17 -07:00
parent 1b4c2c0dbf
commit f1cb92184a
1 changed files with 5 additions and 0 deletions

View File

@ -1069,6 +1069,11 @@ int CLIENT_STATE::handle_scheduler_reply(
//
gstate.garbage_collect_always();
// if the user provided app_config.xml for this project,
// apply it to any app versions we just got
//
project->app_configs.config_app_versions(project);
return 0;
}