View | Details | Raw Unified | Return to bug 1457
Collapse All | Expand All

(-)channels.c (-1 / +1 lines)
Lines 2905-2911 Link Here
2905
				debug2("bind port %d: %.100s", port, strerror(errno));
2905
				debug2("bind port %d: %.100s", port, strerror(errno));
2906
				close(sock);
2906
				close(sock);
2907
2907
2908
				if (ai->ai_next)
2908
				if (errno == EADDRNOTAVAIL && ai->ai_next)
2909
					continue;
2909
					continue;
2910
2910
2911
				for (n = 0; n < num_socks; n++) {
2911
				for (n = 0; n < num_socks; n++) {

Return to bug 1457