From 55fbb5791a8d822ff2aadadbf8166085f9741552 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 29 Sep 2013 20:25:44 -0400 Subject: i is unused there, and here without KRB5 --- lib/ZDumpSession.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ZDumpSession.c b/lib/ZDumpSession.c index f4dfc76..01c4444 100644 --- a/lib/ZDumpSession.c +++ b/lib/ZDumpSession.c @@ -25,7 +25,6 @@ ZDumpSession(char **buffer, #ifdef HAVE_KRB5 struct _Z_SessionKey *key; uint32_t num_keys = 0; - int i; #endif char *ptr; int len; @@ -74,8 +73,8 @@ ZLoadSession(char *buffer, int len) struct _Z_SessionKey *key; uint32_t num_keys, keylength; krb5_enctype enctype; -#endif int i; +#endif Code_t ret; uint16_t version, port; -- cgit v1.2.3