aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cops.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-31 22:50:34 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-31 22:50:34 +0000
commitd535c27d4a76b0154879660a7cdc9ea36243e31e (patch)
tree94191c0cdafd406c48fb13bb11bbbe7d84b9d4fd /packet-cops.c
parent2963d86afde43bf5bb100d7ff5ddf7f83347ba97 (diff)
The variables in question are only used if old unused code is present.
Fix the #ifdef. svn path=/trunk/; revision=5064
Diffstat (limited to 'packet-cops.c')
-rw-r--r--packet-cops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-cops.c b/packet-cops.c
index c018a2bd28..7fb09107d7 100644
--- a/packet-cops.c
+++ b/packet-cops.c
@@ -4,7 +4,7 @@
*
* Copyright 2000, Heikki Vatiainen <hessu@cs.tut.fi>
*
- * $Id: packet-cops.c,v 1.26 2002/03/31 21:38:47 guy Exp $
+ * $Id: packet-cops.c,v 1.27 2002/03/31 22:50:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -985,7 +985,7 @@ static int decode_cops_pr_asn1_data(tvbuff_t *tvb, guint32 offset, proto_tree *t
int ret;
guint cls, con, tag;
-#ifdef HAVE_SPRINT_VALUE
+#ifdef OLD
subid_t *variable_oid;
guint variable_oid_length;
#endif