From 9731e7b8a1865621ca881e86d7f216c7904df460 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 22 Mar 2008 12:28:26 +0000 Subject: * Patch from Red Hat / Fedora: - Don't use X11 forwarding port which can't be bound on all address families (closes: #463011). --- channels.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'channels.c') diff --git a/channels.c b/channels.c index 255280e0b..900ab848f 100644 --- a/channels.c +++ b/channels.c @@ -2909,9 +2909,6 @@ x11_create_display_inet(int x11_display_offset, int x11_use_localhost, debug2("bind port %d: %.100s", port, strerror(errno)); close(sock); - if (ai->ai_next) - continue; - for (n = 0; n < num_socks; n++) { close(socks[n]); } -- cgit v1.2.3