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

(-)canohost.c (-3 / +3 lines)
Lines 44-49 Link Here
44
		cleanup_exit(255);
44
		cleanup_exit(255);
45
	}
45
	}
46
46
47
	if (from.ss_family == AF_INET)
48
		check_ip_options(socket, ntop);
49
47
	ipv64_normalise_mapped(&from, &fromlen);
50
	ipv64_normalise_mapped(&from, &fromlen);
48
51
49
	if (from.ss_family == AF_INET6)
52
	if (from.ss_family == AF_INET6)
Lines 55-63 Link Here
55
58
56
	if (!use_dns)
59
	if (!use_dns)
57
		return xstrdup(ntop);
60
		return xstrdup(ntop);
58
59
	if (from.ss_family == AF_INET)
60
		check_ip_options(socket, ntop);
61
61
62
	debug3("Trying to reverse map address %.100s.", ntop);
62
	debug3("Trying to reverse map address %.100s.", ntop);
63
	/* Map the IP address to a host name. */
63
	/* Map the IP address to a host name. */

Return to bug 825