[X2Go-Commits] [libx2goclient] 19/132: src/x2goclient-network-ssh.c: set AF_HOST to a high, randomly-determined value.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 3 15:26:29 CET 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit af1df601d1abd1ae1bb4f3123f395ee47ff35cde
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Feb 25 07:21:16 2021 +0100
src/x2goclient-network-ssh.c: set AF_HOST to a high, randomly-determined value.
That should leave enough space to make it unique (for now).
---
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 7781550..3a7d372 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -104,7 +104,7 @@ typedef struct sockaddr_ho_ {
char sho_addr[256];
} sockaddr_ho;
-#define AF_HOST 33
+#define AF_HOST 10417
struct _X2GoClientNetworkSSH {
--
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