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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 1a452780e97fba2ac7a80900097cb9f99dd6e01d
Author: Mihai Moldovan <io...@ionic.de>
Date:   Thu Sep 17 12:02:08 2020 +0200

    src/x2goclient-network-ssh.c: initialize main loop pointer for good measure.
    
    It's going away, but we'd still better do this.
---
 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 082ddc0..bfdce29 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -1454,7 +1454,7 @@ static void 
x2goclient_network_ssh_check_timeout_data_free (struct x2goclient_ne
 static gpointer x2goclient_network_ssh_check_timeout_thread_main (const 
gpointer user_data) {
   gpointer ret = NULL;
 
-  GMainLoop *main_loop;
+  GMainLoop *main_loop = NULL;
   X2GoClientNetworkSSH *self = user_data;
 
   g_return_val_if_fail (X2GOCLIENT_IS_NETWORK_SSH (self), ret);

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