search for: loc_errno

Displaying 1 result from an estimated 1 matches for "loc_errno".

2010 May 24
3
5.2: Solaris 10 x86 x-11 forwarding fails, assign requested address
...600 +++ channels.c.orig 2010-05-24 14:43:32.000000000 -0600 @@ -3271,13 +3271,9 @@ if (x11_use_localhost) channel_set_reuseaddr(sock); if (bind(sock, ai->ai_addr, ai->ai_addrlen) < 0) { - int loc_errno = errno; debug2("bind port %d: %.100s", port, strerror(errno)); close(sock); - if( loc_errno == EADDRNOTAVAIL && ai->ai_next ) - continue; - for (n...