summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pam_tacplus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pam_tacplus.c b/pam_tacplus.c
index 600331b..12b0282 100644
--- a/pam_tacplus.c
+++ b/pam_tacplus.c
@@ -236,8 +236,6 @@ int pam_sm_authenticate (pam_handle_t * pamh, int flags,
if (ctrl & PAM_TAC_DEBUG)
syslog(LOG_DEBUG, "%s: user [%s] obtained", __FUNCTION__, user);
- /* uwzgledniac PAM_DISALLOW_NULL_AUTHTOK */
-
retval = tacacs_get_password (pamh, flags, ctrl, &pass);
if (retval != PAM_SUCCESS || pass == NULL || *pass == '\0') {
_pam_log(LOG_ERR, "unable to obtain password");