*** empty log message ***

svn path=/trunk/boinc/; revision=5479
This commit is contained in:
David Anderson 2005-02-19 00:14:16 +00:00
parent aaa135c3d3
commit 629f379c4b
2 changed files with 7 additions and 0 deletions

View File

@ -25035,3 +25035,9 @@ David 18 Feb 2005
api/
boinc_api.C
David 18 Feb 2005
- core client: pass proxy info to apps correctly
client/
app_start.C

View File

@ -181,6 +181,7 @@ int ACTIVE_TASK::write_app_init_file() {
aid.host_info = gstate.host_info;
aid.global_prefs = gstate.global_prefs;
aid.proxy_info = gstate.proxy_info;
retval = write_init_data_file(f, aid);
fclose(f);
return retval;