From: Russ Allbery Date: Fri, 12 Aug 2005 03:04:45 +0000 (+0000) Subject: Add a variable declaration missing from the last change. X-Git-Tag: debian/1.3.87-1~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=44f86a4128495b388dfcbbaeb068eaee5fbede2c;p=packages%2Fo%2Fopenafs.git Add a variable declaration missing from the last change. --- 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;