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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 108c6b480b172d2c9971fa5a1c51e98b2bb94b60
Author: Mihai Moldovan <io...@ionic.de>
Date:   Thu Sep 17 11:06:42 2020 +0200

    src/x2goclient-openssh-bugs.c: bump version requirement for stderr closing 
to 8.5+.
---
 src/x2goclient-openssh-bugs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/x2goclient-openssh-bugs.c b/src/x2goclient-openssh-bugs.c
index 1c7fa45..da59144 100644
--- a/src/x2goclient-openssh-bugs.c
+++ b/src/x2goclient-openssh-bugs.c
@@ -73,7 +73,7 @@ gboolean x2goclient_openssh_bugs_update 
(X2GoClientOpenSSHBugs * const self, con
   *self = (const X2GoClientOpenSSHBugs) { 0 };
 
   if (8 >= version->major) {
-    if (2 >= version->minor) {
+    if (4 >= version->minor) {
       self->backgrounding_keeps_stderr = TRUE;
     }
   }

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/libx2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to