summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-05-14 12:06:07 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2014-05-14 12:06:07 +0200
commit6e6625aefb69c7e5f38eab3621aae4efb742eca8 (patch)
treec3a954f634eafce684d07326db75fab9d033cbc5
parentc0309f7e49d421f9c26206f737404bf1d34e8db1 (diff)
downloadmod_intercept_form_submit-6e6625aefb69c7e5f38eab3621aae4efb742eca8.tar.gz
mod_intercept_form_submit-6e6625aefb69c7e5f38eab3621aae4efb742eca8.tar.xz
mod_intercept_form_submit-6e6625aefb69c7e5f38eab3621aae4efb742eca8.zip
Removal of forgotten commented piece of code.
-rw-r--r--mod_intercept_form_submit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod_intercept_form_submit.c b/mod_intercept_form_submit.c
index 9637916..eaba481 100644
--- a/mod_intercept_form_submit.c
+++ b/mod_intercept_form_submit.c
@@ -150,7 +150,6 @@ static authn_status pam_authenticate_in_realms(request_rec * r, const char * pam
if (strchr(login, '@') || (! realms) || (! realms->nelts)) {
return pam_authenticate_with_login_password_fn(r, pam_service, login, password, steps);
}
- // pam_authenticate_with_login_password_fn(r, config->pam_service, *login_value, *password_value, 3);
authn_status first_status = AUTH_GENERAL_ERROR;
int i;