diff options
| -rw-r--r-- | contrib/libpam/libpam/pam_dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpam/libpam/pam_dispatch.c b/contrib/libpam/libpam/pam_dispatch.c index d9b3de081ba11..470cf95c9ab13 100644 --- a/contrib/libpam/libpam/pam_dispatch.c +++ b/contrib/libpam/libpam/pam_dispatch.c @@ -64,7 +64,7 @@ static int _pam_dispatch_aux(pam_handle_t *pamh, int flags, struct handler *h, /* Loop through module logic stack */ for (depth=0 ; h != NULL ; h = h->next, ++depth) { - int retval, cached_retval, action; + int retval, action; /* skip leading modules if they have already returned */ if (depth < skip_depth) { |
