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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 1e36d6dfc0a24dbacbbcc8061e1d5e2acf243c2b
Author: Mihai Moldovan <io...@ionic.de>
Date:   Thu Jul 30 15:05:25 2020 +0200

    src/x2goclient-network-ssh.c: remove master_conn instance variable.
---
 src/x2goclient-network-ssh.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index fded0cb..6e85e16 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -103,7 +103,6 @@ struct _X2GoClientNetworkSSH {
   X2GoClientOpenSSHBugs *openssh_bugs;
 
   char *control_path;
-  GSubprocess *master_conn;
   gboolean active_master_conn;
 };
 
@@ -175,7 +174,6 @@ static void x2goclient_network_ssh_init 
(X2GoClientNetworkSSH * const self) {
   self->openssh_bugs = x2goclient_openssh_bugs_new ();
 
   self->control_path = NULL;
-  self->master_conn = NULL;
   self->active_master_conn = FALSE;
 }
 

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