]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-bind.patch
openssl 3.3.0 rebuild
[packages/openssh.git] / openssh-bind.patch
CommitLineData
cf41b13a
AM
1--- openssh-8.5p1/channels.c~ 2021-03-02 11:31:47.000000000 +0100
2+++ openssh-8.5p1/channels.c 2021-03-03 21:43:11.034054979 +0100
3@@ -4579,6 +4579,9 @@ x11_create_display_inet(struct ssh *ssh,
4 debug2_f("bind port %d: %.100s", port,
5 strerror(errno));
eefe27ae 6 close(sock);
8a81cd30 7+ // vserver hack
eefe27ae 8+ if (errno == EADDRNOTAVAIL)
cf41b13a 9+ continue;
8a81cd30 10 for (n = 0; n < num_socks; n++)
eefe27ae 11 close(socks[n]);
8a81cd30 12 num_socks = 0;
This page took 0.046964 seconds and 5 git commands to generate.