Page MenuHomeFreeBSD

D24997.diff
No OneTemporary

D24997.diff

Index: head/crypto/openssh/auth2.c
===================================================================
--- head/crypto/openssh/auth2.c
+++ head/crypto/openssh/auth2.c
@@ -317,8 +317,6 @@
#ifdef HAVE_LOGIN_CAP
if (authctxt->pw != NULL &&
(lc = PRIVSEP(login_getpwclass(authctxt->pw))) != NULL) {
- logit("user %s login class %s", authctxt->pw->pw_name,
- authctxt->pw->pw_class);
from_host = auth_get_canonical_hostname(ssh, options.use_dns);
from_ip = ssh_remote_ipaddr(ssh);
if (!auth_hostok(lc, from_host, from_ip)) {

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 6:29 PM (19 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15544884
Default Alt Text
D24997.diff (544 B)

Event Timeline