[X2Go-Commits] [libx2goclient] 113/132: src/x2goclient-openssh-bugs.c: add comment explaining that we will keep a bit of code selecting on the patch version as a how-to.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 3 15:26:36 CET 2021


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

x2go pushed a commit to branch master
in repository libx2goclient.

commit ce54cafa2c7e63d696b8a67b7d36fe1072e84e2c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Oct 30 19:08:39 2021 +0200

    src/x2goclient-openssh-bugs.c: add comment explaining that we will keep a bit of code selecting on the patch version as a how-to.
---
 src/x2goclient-openssh-bugs.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/x2goclient-openssh-bugs.c b/src/x2goclient-openssh-bugs.c
index 17b858b..a0e9df3 100644
--- a/src/x2goclient-openssh-bugs.c
+++ b/src/x2goclient-openssh-bugs.c
@@ -106,6 +106,10 @@ gboolean x2goclient_openssh_bugs_update (X2GoClientOpenSSHBugs * const self, con
   *self = (const X2GoClientOpenSSHBugs) { 0 };
 
   if (8 >= version->major) {
+    /*
+     * Strictly speaking, there has been no 8.4p2 release, but we're keeping
+     * this as a means to show how to select on the patch version number.
+     */
     if ((4 > version->minor) || ((4 == version->minor) && (2 > version->patch))) {
       self->backgrounding_keeps_stderr = TRUE;
     }

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


More information about the x2go-commits mailing list