]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-bind.patch
- up to 7.6p1
[packages/openssh.git] / openssh-bind.patch
CommitLineData
8a81cd30
AM
1--- a/channels.c~ 2017-10-02 21:34:26.000000000 +0200
2+++ b/channels.c 2017-10-06 08:39:25.072904075 +0200
3@@ -4444,6 +4444,9 @@ x11_create_display_inet(struct ssh *ssh,
4 debug2("%s: bind port %d: %.100s", __func__,
5 port, strerror(errno));
eefe27ae 6 close(sock);
8a81cd30 7+ // vserver hack
eefe27ae
AM
8+ if (errno == EADDRNOTAVAIL)
9+ continue;
8a81cd30 10 for (n = 0; n < num_socks; n++)
eefe27ae 11 close(socks[n]);
8a81cd30
AM
12 num_socks = 0;
13
This page took 0.032013 seconds and 4 git commands to generate.