aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ndps.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-10-10 01:53:34 +0000
committerJörg Mayer <jmayer@loplof.de>2002-10-10 01:53:34 +0000
commit0792646ea8d50754ea16fe3710e62e9e2f981626 (patch)
treef09d15e11aae8530193d844e367eafd8139fcb7e /packet-ndps.c
parent34141201f224720051bd61e9e590365255277611 (diff)
Silence an unjustified warning
svn path=/trunk/; revision=6395
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 dc1d4f5b5f..df69b0f60a 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.2 2002/10/08 19:15:24 guy Exp $
+ * $Id: packet-ndps.c,v 1.3 2002/10/10 01:53:34 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;
+ guint8 conn_ctrl=0;
guint8 datastream_type;
guint16 record_mark;