From 99db85fe609cea728ac983e5ce475e14fa5b439c Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 30 Apr 2007 10:56:24 +0000 Subject: Relevant BUGIDs: 1706247 Purpose of commit: bugfix Commit summary: --------------- 2007-04-30 Thorsten Kukuk * modules/pam_mail/pam_mail.c (_do_mail): Remove duplicate check for PAM_SILENT and don't bail out if it is set [#1706247]. --- modules/pam_mail/pam_mail.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/pam_mail/pam_mail.c') 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); -- cgit v1.2.3