mirror of https://github.com/BOINC/boinc.git
client: fix typo that cause GPUs specified in cc_config.cml to be ignored
This commit is contained in:
parent
ad32ed3ecc
commit
74df38bb2e
|
@ -300,7 +300,7 @@ int CC_CONFIG::parse_options_client(XML_PARSER& xp) {
|
||||||
"Can't parse <coproc> element in cc_config.xml"
|
"Can't parse <coproc> element in cc_config.xml"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
retval = coprocs.add(c);
|
retval = config_coprocs.add(c);
|
||||||
if (retval) {
|
if (retval) {
|
||||||
msg_printf_notice(NULL, false, NULL,
|
msg_printf_notice(NULL, false, NULL,
|
||||||
"Duplicate <coproc> element in cc_config.xml"
|
"Duplicate <coproc> element in cc_config.xml"
|
||||||
|
|
Loading…
Reference in New Issue