*** empty log message ***

svn path=/trunk/boinc/; revision=9653
This commit is contained in:
Rom Walton 2006-03-15 03:33:26 +00:00
parent e8066b6d14
commit 1f5960658e
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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);