NI_WITHSCOPEID cleanup

git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@146468 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
ume 2005-05-21 15:28:42 +00:00
parent e1492a80cd
commit b88638bb41
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ doit(struct sockaddr *who)
if (!isdigit(remote_hostname[0]) && strlen(remote_hostname) > utmp_len)
err_ = getnameinfo(who, who->sa_len, remote_hostname,
sizeof(remote_hostname), NULL, 0,
NI_NUMERICHOST|NI_WITHSCOPEID);
NI_NUMERICHOST);
/* XXX: do 'err_' check */
(void) gethostname(host_name, sizeof(host_name) - 1);