mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 11:20:58 +01:00
WARNS fix. Zap an unused variable.
This commit is contained in:
parent
ac5699692e
commit
e8f4c9eb46
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90146
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user