aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-30 21:20:57 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-30 21:20:57 +0000
commitb7be03875db9604f3a23130db76554d7c8b06e3c (patch)
tree08b2350b91fe70ce616df726cc7ed569193a68c6 /epan/dissectors/packet-smb-pipe.c
parenta019efd25cdc0d7f2830abe734bff12f2f9de68c (diff)
Fix more warnings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21286 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb-pipe.c')
-rw-r--r--epan/dissectors/packet-smb-pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb-pipe.c b/epan/dissectors/packet-smb-pipe.c
index 1ab047d209..a592048d9e 100644
--- a/epan/dissectors/packet-smb-pipe.c
+++ b/epan/dissectors/packet-smb-pipe.c
@@ -2634,7 +2634,7 @@ dissect_pipe_lanman(tvbuff_t *pd_tvb, tvbuff_t *p_tvb, tvbuff_t *d_tvb,
const gchar *param_descrip, *data_descrip, *aux_data_descrip = NULL;
gboolean has_data;
gboolean has_ent_count;
- guint16 ent_count, aux_count;
+ guint16 ent_count = 0, aux_count;
guint i;
proto_item *data_item;
proto_tree *data_tree;