mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8014
This commit is contained in:
parent
8d35e00396
commit
54863421ba
|
@ -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")) {
|
||||
|
|
Loading…
Reference in New Issue