From 10c00b175c7f964225e5c0c838410d7d2575413b Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 10 Aug 2005 19:10:59 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=7230 --- checkin_notes | 9 +++++++++ lib/gui_rpc_client_ops.C | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 36c5644034..96d7543d3d 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/lib/gui_rpc_client_ops.C b/lib/gui_rpc_client_ops.C index 46976c616b..eaa1a561aa 100644 --- a/lib/gui_rpc_client_ops.C +++ b/lib/gui_rpc_client_ops.C @@ -824,7 +824,7 @@ int ACCOUNT_OUT::parse(MIOFILE& in) { if (parse_int(buf, "", error_num)) return error_num; if (parse_str(buf, "", authenticator)) continue; } - return 0; + return ERR_XML_PARSE; } void ACCOUNT_OUT::clear() {