WARNS fix. Zap an unused variable.

This commit is contained in:
Mark Murray 2002-02-03 15:50:05 +00:00
parent ac5699692e
commit e8f4c9eb46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90146

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