mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=7230
This commit is contained in:
parent
381fe4ade9
commit
10c00b175c
|
@ -10261,3 +10261,12 @@ Rom 10 Aug 2005
|
|||
html/user/
|
||||
create_account.php
|
||||
lookup_account.php
|
||||
|
||||
Rom 10 Aug 2005
|
||||
- Fix various parsing issues
|
||||
|
||||
lib/
|
||||
gui_rpc_client_ops.C
|
||||
html/user/
|
||||
create_account.php
|
||||
lookup_account.php
|
||||
|
|
|
@ -824,7 +824,7 @@ int ACCOUNT_OUT::parse(MIOFILE& in) {
|
|||
if (parse_int(buf, "<error_num>", error_num)) return error_num;
|
||||
if (parse_str(buf, "<authenticator>", authenticator)) continue;
|
||||
}
|
||||
return 0;
|
||||
return ERR_XML_PARSE;
|
||||
}
|
||||
|
||||
void ACCOUNT_OUT::clear() {
|
||||
|
|
Loading…
Reference in New Issue