diff options
author | Steve Langasek <vorlon@debian.org> | 2009-08-24 13:50:54 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:25:56 -0800 |
commit | b0f7621ed1b4818eb47e0a91393c3c6cb65b8b3f (patch) | |
tree | 791bf9f4a6860777f5517042deca2e4548926495 /debian/patches-applied/054_pam_security_abstract_securetty_handling | |
parent | e8b6e844a89e3303214525ad889e78e7b4e55a35 (diff) |
refresh other patches for new upstream release
Diffstat (limited to 'debian/patches-applied/054_pam_security_abstract_securetty_handling')
-rw-r--r-- | debian/patches-applied/054_pam_security_abstract_securetty_handling | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-applied/054_pam_security_abstract_securetty_handling b/debian/patches-applied/054_pam_security_abstract_securetty_handling index 76318c43..d5048cb2 100644 --- a/debian/patches-applied/054_pam_security_abstract_securetty_handling +++ b/debian/patches-applied/054_pam_security_abstract_securetty_handling @@ -88,7 +88,7 @@ Index: pam.deb/modules/pam_securetty/pam_securetty.c - - retval = PAM_AUTH_ERR; - } else { -- if ((retval == PAM_SUCCESS) && (ctrl & PAM_DEBUG_ARG)) { +- if (ctrl & PAM_DEBUG_ARG) { - pam_syslog(pamh, LOG_DEBUG, "access allowed for '%s' on '%s'", - username, uttyname); - } |