aboutsummaryrefslogtreecommitdiffstats
path: root/packet-kerberos.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-07-08 06:39:13 +0000
committerGuy Harris <guy@alum.mit.edu>2003-07-08 06:39:13 +0000
commitd1819d7c34192db7b8b2e7c5b393cbccfd8055e4 (patch)
treea636754bbb9cd893b05586f101c9dc131685e83f /packet-kerberos.c
parentdb76d479521b412c5073e828becfa37dab099716 (diff)
As "dissect_ap_options()" isn't compiled in, don't mark its arguments as
unused; presumably it'll either 1) get written, in which case if an argument isn't used it shouldn't be supplied or 2) be removed, in which case there aren't any arguments. svn path=/trunk/; revision=7983
Diffstat (limited to 'packet-kerberos.c')
-rw-r--r--packet-kerberos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-kerberos.c b/packet-kerberos.c
index 15223a90c6..c5d49c5d3f 100644
--- a/packet-kerberos.c
+++ b/packet-kerberos.c
@@ -14,7 +14,7 @@
*
* http://www.ietf.org/internet-drafts/draft-ietf-krb-wg-kerberos-clarifications-03.txt
*
- * $Id: packet-kerberos.c,v 1.40 2003/07/08 04:06:26 tpot Exp $
+ * $Id: packet-kerberos.c,v 1.41 2003/07/08 06:39:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -576,7 +576,7 @@ krb_proto_tree_add_time(proto_tree *tree, tvbuff_t *tvb, int offset,
* so we will pass in the ETT value to build the flags etc
*/
static void
-dissect_ap_options(tvbuff_t *tvb _U_, int offset _U_)
+dissect_ap_options(tvbuff_t *tvb, int offset)
{
}