View | Details | Raw Unified | Return to bug 164 | Differences between
and this patch

Collapse All | Expand All

(-)channels.c (-1 / +3 lines)
Lines 2374-2380 Link Here
2374
			if (num_socks == NUM_SOCKS)
2374
			if (num_socks == NUM_SOCKS)
2375
				break;
2375
				break;
2376
#else
2376
#else
2377
			break;
2377
			if (!x11_use_localhost || 
2378
			    num_socks == NUM_SOCKS)
2379
				break;
2378
#endif
2380
#endif
2379
		}
2381
		}
2380
		freeaddrinfo(aitop);
2382
		freeaddrinfo(aitop);

Return to bug 164