[X2Go-Commits] [nx-libs] 22/30: nxcomp/src/Loop.cpp: Make know the agent option 'keyconv' to nxcomp and tolerate it as a valid option.

git-admin at x2go.org git-admin at x2go.org
Tue Feb 27 09:51:50 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit ea17fd0597f90298e0ac994169cad24f75da11f2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Feb 27 07:34:54 2018 +0100

    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(-)

diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp
index 4862748..186bb71 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"

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list