aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ndps.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-10-10 02:18:41 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-10-10 02:18:41 +0000
commit385259390af3271fe1d630005b4816a4c524d06c (patch)
treee88a40600cc31097c83b2179102d4897138192a2 /packet-ndps.c
parent2c77e7c915c24921a1178401af8d0f86c4cb628a (diff)
Backout previous patch - the warning was left intentionally
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6396 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ndps.c')
-rw-r--r--packet-ndps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ndps.c b/packet-ndps.c
index df69b0f60a..76ca665588 100644
--- a/packet-ndps.c
+++ b/packet-ndps.c
@@ -2,7 +2,7 @@
* Routines for NetWare's NDPS
* Greg Morris <gmorris@novell.com>
*
- * $Id: packet-ndps.c,v 1.3 2002/10/10 01:53:34 jmayer Exp $
+ * $Id: packet-ndps.c,v 1.4 2002/10/10 02:18:41 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -579,7 +579,7 @@ dissect_ndps_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gboolea
proto_item *spxti;
tvbuff_t *next_tvb;
- guint8 conn_ctrl=0;
+ guint8 conn_ctrl;
guint8 datastream_type;
guint16 record_mark;