[X2Go-Commits] [libx2goclient] 09/13: src/x2goclient-network-ssh.c: update bugs stucture in connect function.

git-admin at x2go.org git-admin at x2go.org
Sat Jun 27 14:42:21 CEST 2020


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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 28833e9c5cf923897b661cf6eb3b7a3f71052cda
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Jun 26 14:08:49 2020 +0200

    src/x2goclient-network-ssh.c: update bugs stucture in connect function.
---
 src/x2goclient-network-ssh.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index eb30163..5405ddc 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -877,6 +877,11 @@ static gboolean x2goclient_network_ssh_parent_connect (X2GoClientNetwork *parent
     /* Got version. */
     g_log (NULL, G_LOG_LEVEL_INFO, "Fetched OpenSSH version: [ Major: %d, Minor: %d, Patch: %d, Additional Data: '%s' ]", self->openssh_version->major, self->openssh_version->minor, self->openssh_version->patch, self->openssh_version->addon);
 
+    /* Update/populate bugs structure. */
+    ret = x2goclient_openssh_bugs_update (self->openssh_bugs, self->openssh_version, gerr);
+  }
+
+  if (ret) {
     /* Fetch options object. */
     X2GoClientNetworkOptionsSSH *options = NULL;
     g_object_get (G_OBJECT (self), "options", &options, NULL);

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