parse account fix

svn path=/trunk/boinc/; revision=937
This commit is contained in:
Eric Heien 2003-02-19 00:49:38 +00:00
parent b4a937d199
commit a108fbbc31
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ int PROJECT::parse_account(FILE* in) {
else if (parse_str(buf, "<master_url>", master_url, sizeof(master_url))) continue;
else if (parse_str(buf, "<authenticator>", authenticator, sizeof(authenticator))) continue;
else if (parse_double(buf, "<resource_share>", resource_share)) continue;
else if (match_tag(buf, "<send_email\>")) continue;
else if (match_tag(buf, "<show_email\>")) continue;
else if (match_tag(buf, "<project_specific>")) {
retval = copy_element_contents(
in,