aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-09-05 04:19:31 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-09-05 04:19:31 +0000
commit14c0a66cc8c06f7dd59f8fbcf1518d559f47c0ba (patch)
treed25142cf42b632893ed86d7b5d962e2aa9a51389
parent97a92267db20d8401585d1eab9894d717cb5f9d2 (diff)
Fix up compiler warning problems ...
svn path=/trunk/; revision=6188
-rw-r--r--packet-gssapi.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/packet-gssapi.c b/packet-gssapi.c
index b580d4fd83..437de73aac 100644
--- a/packet-gssapi.c
+++ b/packet-gssapi.c
@@ -2,7 +2,7 @@
* Dissector for GSS-API tokens as described in rfc2078, section 3.1
* Copyright 2002, Tim Potter <tpot@samba.org>
*
- * $Id: packet-gssapi.c,v 1.15 2002/09/04 21:34:38 sharpe Exp $
+ * $Id: packet-gssapi.c,v 1.16 2002/09/05 04:19:31 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -120,12 +120,7 @@ dissect_gssapi(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
subid_t *oid;
gchar *oid_string;
gssapi_oid_value *value;
- int len;
- unsigned int i;
- gchar *p;
volatile dissector_handle_t handle = NULL;
- /* proto_item *sub_item;
- proto_tree *oid_subtree;*/
conversation_t *volatile conversation;
/*