*** empty log message ***

svn path=/trunk/boinc/; revision=7230
This commit is contained in:
Rom Walton 2005-08-10 19:10:59 +00:00
parent 381fe4ade9
commit 10c00b175c
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -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() {