summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-02-03 15:50:05 +0000
committermarkm <markm@FreeBSD.org>2002-02-03 15:50:05 +0000
commitab04e9abc85894113c1f1db1e811b7387e46acf8 (patch)
tree239f8d9183411e2aa9f21e4f4e8df838687f1d56 /contrib
parent01a4236106e1768cc0867a1cff7881d1f24eeffb (diff)
downloadFreeBSD-src-ab04e9abc85894113c1f1db1e811b7387e46acf8.zip
FreeBSD-src-ab04e9abc85894113c1f1db1e811b7387e46acf8.tar.gz
WARNS fix. Zap an unused variable.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libpam/libpam/pam_dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpam/libpam/pam_dispatch.c b/contrib/libpam/libpam/pam_dispatch.c
index d9b3de0..470cf95 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) {
OpenPOWER on IntegriCloud