mirror of https://github.com/BOINC/boinc.git
client: when reading app_config.xml, clear app versions vector
Otherwise old error notices persist
This commit is contained in:
parent
ed961aace2
commit
0ae4b4ecff
|
@ -120,7 +120,7 @@ int APP_VERSION_CONFIG::parse(XML_PARSER& xp, PROJECT* p) {
|
|||
|
||||
int APP_CONFIGS::parse(XML_PARSER& xp, PROJECT* p) {
|
||||
int n;
|
||||
app_configs.clear();
|
||||
clear();
|
||||
if (!xp.parse_start("app_config")) return ERR_XML_PARSE;
|
||||
while (!xp.get_tag()) {
|
||||
if (!xp.is_tag) {
|
||||
|
|
Loading…
Reference in New Issue