Enable connection logging. FreeBSD's libwrap is IPv6 ready.

OpenSSH is in our source tree, now.  It's a time to enable it.

Reviewed by:	markm, shin
Approved by:	jkh
This commit is contained in:
Hajimu UMEMOTO 2000-02-29 19:37:04 +00:00
parent 958b92d24d
commit e51ec40ec8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57633

View File

@ -848,7 +848,6 @@ main(int ac, char **av)
/* Check whether logins are denied from this host. */
#ifdef LIBWRAP
/* XXX LIBWRAP noes not know about IPv6 */
{
struct request_info req;
@ -860,7 +859,7 @@ main(int ac, char **av)
close(sock_out);
refuse(&req);
}
/*XXX IPv6 verbose("Connection from %.500s port %d", eval_client(&req), remote_port); */
verbose("Connection from %.500s port %d", eval_client(&req), remote_port);
}
#endif /* LIBWRAP */
/* Log the connection. */