summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2013-09-29 20:25:44 -0400
committerGravatar Karl Ramm <kcr@1ts.org>2013-09-30 01:57:26 -0400
commit55fbb5791a8d822ff2aadadbf8166085f9741552 (patch)
tree769fbc8077daed42aaa20a28c2e27d73f3a479de
parent261f81848f2583d62fc55a0d9aa0586422013268 (diff)
i is unused there, and here without KRB5
-rw-r--r--lib/ZDumpSession.c3
1 files changed, 1 insertions, 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;