client: fix typo that cause GPUs specified in cc_config.cml to be ignored

This commit is contained in:
David Anderson 2014-06-01 01:13:46 -07:00
parent ad32ed3ecc
commit 74df38bb2e
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ int CC_CONFIG::parse_options_client(XML_PARSER& xp) {
"Can't parse <coproc> element in cc_config.xml"
);
}
retval = coprocs.add(c);
retval = config_coprocs.add(c);
if (retval) {
msg_printf_notice(NULL, false, NULL,
"Duplicate <coproc> element in cc_config.xml"