diff options
Diffstat (limited to 'auth2-kbdint.c')
-rw-r--r-- | auth2-kbdint.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/auth2-kbdint.c b/auth2-kbdint.c index e60992881..1696ef4d3 100644 --- a/auth2-kbdint.c +++ b/auth2-kbdint.c | |||
@@ -49,10 +49,6 @@ userauth_kbdint(Authctxt *authctxt) | |||
49 | if (options.challenge_response_authentication) | 49 | if (options.challenge_response_authentication) |
50 | authenticated = auth2_challenge(authctxt, devs); | 50 | authenticated = auth2_challenge(authctxt, devs); |
51 | 51 | ||
52 | #ifdef USE_PAM | ||
53 | if (authenticated == 0 && options.pam_authentication_via_kbd_int) | ||
54 | authenticated = auth2_pam(authctxt); | ||
55 | #endif | ||
56 | xfree(devs); | 52 | xfree(devs); |
57 | xfree(lang); | 53 | xfree(lang); |
58 | #ifdef HAVE_CYGWIN | 54 | #ifdef HAVE_CYGWIN |