aboutsummaryrefslogtreecommitdiffstats
path: root/packet-kerberos.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-08 06:39:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-08 06:39:13 +0000
commitadf763bec5eb98916235d06c99248a26e301375b (patch)
treea636754bbb9cd893b05586f101c9dc131685e83f /packet-kerberos.c
parent7a89690f3c3c1d48d3e794869ccba96b6799c466 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7983 f5534014-38df-0310-8fa8-9805f1628bb7
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)
{
}