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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 8feeaae7d2ae5371352910493078c9c1be9c4f1f
Author: Mihai Moldovan <io...@ionic.de>
Date:   Mon Sep 7 23:46:35 2020 +0200

    src/x2goclient-network-ssh.c: actually assign data to check_thread instance 
variable.
---
 src/x2goclient-network-ssh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index eb83c29..c67b67e 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -1470,7 +1470,7 @@ static gboolean 
x2goclient_network_ssh_start_check_timeout (X2GoClientNetworkSSH
   g_mutex_lock (&(self->check_thread_mutex));
   self->check_thread_context = g_main_context_new ();
   g_mutex_unlock (&(self->check_thread_mutex));
-  g_thread_new ("check_thread", 
&x2goclient_network_ssh_check_timeout_thread_main, g_main_context_ref 
(self->check_thread_context));
+  self->check_thread = g_thread_new ("check_thread", 
&x2goclient_network_ssh_check_timeout_thread_main, g_main_context_ref 
(self->check_thread_context));
 
   x2goclient_network_ssh_start_check_timeout_invoke (self, gerr);
 

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