mirror of https://github.com/BOINC/boinc.git
parent
d3942cc197
commit
9c160779c2
|
@ -38,7 +38,7 @@ int write_account_file(char* master_url, char* authenticator) {
|
||||||
"<account>\n"
|
"<account>\n"
|
||||||
" <master_url>%s</master_url>\n"
|
" <master_url>%s</master_url>\n"
|
||||||
" <authenticator>%s</authenticator>\n"
|
" <authenticator>%s</authenticator>\n"
|
||||||
" <resource_share>1</resource_share>"
|
" <resource_share>1</resource_share>\n"
|
||||||
"</account>\n",
|
"</account>\n",
|
||||||
master_url,
|
master_url,
|
||||||
authenticator
|
authenticator
|
||||||
|
|
|
@ -306,7 +306,7 @@ int ACTIVE_TASK::start(bool first_time) {
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
FALSE,
|
FALSE,
|
||||||
CREATE_NEW_PROCESS_GROUP|CREATE_NO_WINDOW|NORMAL_PRIORITY_CLASS,
|
CREATE_NEW_PROCESS_GROUP|CREATE_NO_WINDOW|IDLE_PRIORITY_CLASS,
|
||||||
NULL,
|
NULL,
|
||||||
slotdirpath,
|
slotdirpath,
|
||||||
&startup_info,
|
&startup_info,
|
||||||
|
|
Loading…
Reference in New Issue