[X2Go-Commits] [libx2goclient] 35/44: src/x2goclient-network-ssh.c: add parenthesis to cast, non-functional.
git-admin at x2go.org
git-admin at x2go.org
Fri Sep 18 01:55:39 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 67c9306b4d0b23ccdc35943bee170cd4988e44b6
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Sep 16 05:42:52 2020 +0200
src/x2goclient-network-ssh.c: add parenthesis to cast, non-functional.
---
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 9eb96ae..6b8b149 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -1489,7 +1489,7 @@ static void x2goclient_network_ssh_start_check_timeout_invoke (X2GoClientNetwork
g_main_context_invoke_full (self->check_thread_context, G_PRIORITY_DEFAULT,
&x2goclient_network_ssh_start_check_timeout_unwrap,
- data, (GDestroyNotify) x2goclient_network_ssh_check_timeout_data_free);
+ data, (GDestroyNotify) (&x2goclient_network_ssh_check_timeout_data_free));
}
static gboolean x2goclient_network_ssh_start_check_timeout_unwrap (const gpointer user_data) {
--
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