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

(-)a/canohost.c (+1 lines)
Lines 100-105 get_socket_address(int sock, int remote, int flags) Link Here
100
			    flags, ssh_gai_strerror(r));
100
			    flags, ssh_gai_strerror(r));
101
			return NULL;
101
			return NULL;
102
		}
102
		}
103
		debug_f("host name lookup returned: %s (flags = %d)", ntop, flags);
103
		return xstrdup(ntop);
104
		return xstrdup(ntop);
104
	case AF_UNIX:
105
	case AF_UNIX:
105
		/* Get the Unix domain socket path. */
106
		/* Get the Unix domain socket path. */

Return to bug 3510