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

(-)libexec/rlogind/rlogind.c (-2 / +2 lines)
Lines 231-239 Link Here
231
	hostname[sizeof(hostname) - 1] = '\0';
231
	hostname[sizeof(hostname) - 1] = '\0';
232
232
233
	{
233
	{
234
		if ((fromp->su_family != AF_INET &&
234
		if ((fromp->su_family != AF_INET
235
#ifdef INET6
235
#ifdef INET6
236
		     fromp->su_family != AF_INET6
236
		     && fromp->su_family != AF_INET6
237
#endif
237
#endif
238
		     ) ||
238
		     ) ||
239
		    fromp->su_port >= IPPORT_RESERVED ||
239
		    fromp->su_port >= IPPORT_RESERVED ||

Return to bug 20225