*** empty log message ***

svn path=/trunk/boinc/; revision=8014
This commit is contained in:
Rom Walton 2005-09-14 17:32:19 +00:00
parent 8d35e00396
commit 54863421ba
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ int PROJECT_CONFIG::parse(MIOFILE& in) {
else if (match_tag(buf, "<account_manager/>")) {
account_manager = true;
continue;
else if (match_tag(buf, "<uses_username/>")) {
} else if (match_tag(buf, "<uses_username/>")) {
uses_username = true;
continue;
} else if (match_tag(buf, "<account_creation_disabled")) {