From 44f86a4128495b388dfcbbaeb068eaee5fbede2c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 12 Aug 2005 03:04:45 +0000 Subject: [PATCH] Add a variable declaration missing from the last change. --- src/pam/afs_setcred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pam/afs_setcred.c b/src/pam/afs_setcred.c index f6a26007a..368ed2c2a 100644 --- a/src/pam/afs_setcred.c +++ b/src/pam/afs_setcred.c @@ -52,7 +52,7 @@ pam_sm_setcred(pam_handle_t * pamh, int flags, int argc, const char **argv) int refresh_token = 0; int set_expires = 0; /* the default is to not to set the env variable */ int use_klog = 0; - int i; + int i, code; struct pam_conv *pam_convp = NULL; char my_password_buf[256]; char *cell_ptr = NULL; -- 2.39.5