mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5479
This commit is contained in:
parent
aaa135c3d3
commit
629f379c4b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue