WARNS fix. Zap an unused variable.

This commit is contained in:
markm 2002-02-03 15:50:05 +00:00
parent 01a4236106
commit ab04e9abc8

View File

@ -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) {