[X2Go-Commits] [libx2goclient] 15/18: src/test/sshtest.c: pass gerr parameter to connect wrapper.
git-admin at x2go.org
git-admin at x2go.org
Mon Aug 19 15:47:04 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit 6bb23578ad7123e28d895cf703a9ed25ac07ea26
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Aug 19 15:13:17 2019 +0200
src/test/sshtest.c: pass gerr parameter to connect wrapper.
---
src/test/sshtest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/sshtest.c b/src/test/sshtest.c
index 723292b..1c9e6dd 100644
--- a/src/test/sshtest.c
+++ b/src/test/sshtest.c
@@ -82,7 +82,7 @@ int main (int argc, char **argv) {
session_path = NULL;
g_printf ("Trying to connect...\n");
- gboolean conn_ret = x2goclient_network_ssh_connect (net_ssh);
+ gboolean conn_ret = x2goclient_network_ssh_connect (net_ssh, NULL);
g_printf ("Connection status: %s.\n", (conn_ret) ? "true" : "false");
g_clear_object (&net_ssh);
--
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