summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;