Commit ea17fd05 authored by Mike Gabriel's avatar Mike Gabriel

nxcomp/src/Loop.cpp: Make know the agent option 'keyconv' to nxcomp and tolerate…

nxcomp/src/Loop.cpp: Make know the agent option 'keyconv' to nxcomp and tolerate it as a valid option. Fixes ArcticaProject/nx-libs#630.
parent f963593c
......@@ -8450,7 +8450,8 @@ int ParseEnvironmentOptions(const char *env, int force)
strcasecmp(name, "streaming") == 0 ||
strcasecmp(name, "backingstore") == 0 ||
strcasecmp(name, "sleep") == 0 ||
strcasecmp(name, "tolerancechecks") == 0)
strcasecmp(name, "keyconv") == 0 ||
strcasecmp(name, "tolerancechecks") == 0)
{
nxdbg << "Loop: Ignoring agent option '" << name
<< "' with value '" << value << "'.\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment