mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9653
This commit is contained in:
parent
e8066b6d14
commit
1f5960658e
|
@ -2843,3 +2843,11 @@ Charlie 14 Mar 2006
|
|||
|
||||
api/
|
||||
boinc_api.C,h
|
||||
|
||||
Rom 14 Mar 2006
|
||||
- Bug Fix: Copy over the account manager url from the rpc to
|
||||
the global account manager structure so that the
|
||||
acct_mgr_url.xml file can be created.
|
||||
|
||||
client/
|
||||
acct_mgr.C
|
||||
|
|
|
@ -285,6 +285,7 @@ void ACCT_MGR_OP::handle_reply(int http_op_retval) {
|
|||
}
|
||||
|
||||
if (sig_ok) {
|
||||
strcpy(gstate.acct_mgr_info.acct_mgr_url, ami.acct_mgr_url);
|
||||
strcpy(gstate.acct_mgr_info.acct_mgr_name, ami.acct_mgr_name);
|
||||
strcpy(gstate.acct_mgr_info.signing_key, ami.signing_key);
|
||||
strcpy(gstate.acct_mgr_info.login_name, ami.login_name);
|
||||
|
|
Loading…
Reference in New Issue