1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 16:52:17 +01:00

do_challenge_response: Remove 2 unused variables.

This commit is contained in:
Fredrik Thulin 2011-12-06 13:45:58 +01:00
parent a7bd2efa95
commit 43134038a5

View File

@ -448,11 +448,9 @@ do_challenge_response(pam_handle_t *pamh, struct cfg *cfg, const char *username)
unsigned int flags = 0;
unsigned int response_len = 0;
unsigned int expect_bytes = 0;
YK_KEY *yk = NULL;
CR_STATE state;
int len;
char *errstr = NULL;
struct passwd *p;