summaryrefslogtreecommitdiff
path: root/modules/pam_mail
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2007-04-30 10:56:24 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2007-04-30 10:56:24 +0000
commit99db85fe609cea728ac983e5ce475e14fa5b439c (patch)
tree154ae69337a75c959df1ab9456f048cae995d998 /modules/pam_mail
parent76717737c99187b282c6f7328f8cca1bca372c28 (diff)
Relevant BUGIDs: 1706247
Purpose of commit: bugfix Commit summary: --------------- 2007-04-30 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_mail/pam_mail.c (_do_mail): Remove duplicate check for PAM_SILENT and don't bail out if it is set [#1706247].
Diffstat (limited to 'modules/pam_mail')
-rw-r--r--modules/pam_mail/pam_mail.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/pam_mail/pam_mail.c b/modules/pam_mail/pam_mail.c
index 7d43d5e0..46395b53 100644
--- a/modules/pam_mail/pam_mail.c
+++ b/modules/pam_mail/pam_mail.c
@@ -411,11 +411,6 @@ static int _do_mail(pam_handle_t *pamh, int flags, int argc,
ctrl = _pam_parse(pamh, flags, argc, argv, &path_mail, &hashcount);
- /* Do we have anything to do? */
-
- if (flags & PAM_SILENT)
- return PAM_SUCCESS;
-
/* which folder? */
retval = get_folder(pamh, ctrl, path_mail, &folder, hashcount);