summaryrefslogtreecommitdiff
path: root/crypto/openssh/channels.c
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2008-04-17 00:00:54 +0000
committerColin Percival <cperciva@FreeBSD.org>2008-04-17 00:00:54 +0000
commitd4c364b3dcf6dfe4e20c70d31912aad7e6219c14 (patch)
treec01103a2a74962238d39d7018e63592455863ea7 /crypto/openssh/channels.c
parent709dbc33b14011a5969835f1d020adc93138f0b5 (diff)
Notes
Diffstat (limited to 'crypto/openssh/channels.c')
-rw-r--r--crypto/openssh/channels.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/openssh/channels.c b/crypto/openssh/channels.c
index e663c21596c2..2888449aa537 100644
--- a/crypto/openssh/channels.c
+++ b/crypto/openssh/channels.c
@@ -2529,9 +2529,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]);
}