From ea17fd0597f90298e0ac994169cad24f75da11f2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 27 Feb 2018 07:34:54 +0100 Subject: nxcomp/src/Loop.cpp: Make know the agent option 'keyconv' to nxcomp and tolerate it as a valid option. Fixes ArcticaProject/nx-libs#630. --- nxcomp/src/Loop.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nxcomp') diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index 4862748e0..186bb7152 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -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" -- cgit v1.2.3