mirror of https://github.com/BOINC/boinc.git
read environment variables for proxy information
svn path=/trunk/boinc/; revision=771
This commit is contained in:
parent
62ea01059d
commit
27252746e6
|
@ -81,6 +81,7 @@ int main(int argc, char** argv) {
|
|||
}
|
||||
read_log_flags();
|
||||
gstate.parse_cmdline(argc, argv);
|
||||
gstate.parse_env_vars();
|
||||
retval = gstate.init();
|
||||
if (retval) exit(retval);
|
||||
while (1) {
|
||||
|
|
Loading…
Reference in New Issue