]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Add a variable declaration missing from the last change.
authorRuss Allbery <rra@debian.org>
Fri, 12 Aug 2005 03:04:45 +0000 (03:04 +0000)
committerRuss Allbery <rra@debian.org>
Fri, 12 Aug 2005 03:04:45 +0000 (03:04 +0000)
src/pam/afs_setcred.c

index f6a26007aa3bfdefe5f48a5597d77c1f4993c614..368ed2c2ac5bb383140838f8712ca1eece529e33 100644 (file)
@@ -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;