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

x2go pushed a commit to branch master
in repository libx2goclient.

commit c7cec9640021154b72c051efa5c66c0b81a11993
Author: Mihai Moldovan <[email protected]>
Date:   Sat Aug 31 23:23:58 2019 +0200

    src/x2goclient-network-ssh.c: set internal error when parsing an IPv4/IPv6 
address failed.
---
 src/x2goclient-network-ssh.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index 87825f9..b7c1ee3 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -388,6 +388,9 @@ static GSocketAddress* 
x2goclient_network_ssh_parse_sockspec_ip (const GString *
       }
     }
   }
+  else {
+    int_err = TRUE;
+  }
 
   if (!(int_err)) {
     /*

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/libx2goclient.git
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to