This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit f89c2dccf442b4ac49a455b248072309ae61f97a Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 18 01:44:50 2020 +0200 src/x2goclient-network-ssh.c: add comment only. --- src/x2goclient-network-ssh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c index d0e9a95..607c41e 100644 --- a/src/x2goclient-network-ssh.c +++ b/src/x2goclient-network-ssh.c @@ -1495,6 +1495,7 @@ static gboolean x2goclient_network_ssh_start_check_timeout (X2GoClientNetworkSSH g_return_val_if_fail (((NULL == gerr) || (NULL == *gerr)), ret); g_mutex_lock (&(self->check_thread_mutex)); + /* Create main context. */ self->check_thread_context = g_main_context_new (); /* Create new main loop. */ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git