Commit aadf3175 authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/Args.c: Follow-up fix for PR #183: expect reconnectchecks=bypass instead of =none.

parent 443b5272
......@@ -1419,7 +1419,7 @@ static void nxagentParseOptions(char *name, char *value)
{
nxagentChangeOption(ReconnectTolerance, ToleranceChecksRisky);
}
else if (strcmp(value, "none") == 0)
else if (strcmp(value, "bypass") == 0)
{
nxagentChangeOption(ReconnectTolerance, ToleranceChecksBypass);
}
......
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