aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-smb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c
index 4be2a3ad17..5abea1fc7f 100644
--- a/epan/dissectors/packet-smb.c
+++ b/epan/dissectors/packet-smb.c
@@ -12974,7 +12974,7 @@ dissect_qpi_loi_vals(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree,
proto_item *item, int offset, guint16 *bcp)
{
smb_info_t *si;
- gboolean trunc;
+ gboolean trunc = FALSE;
if(!*bcp){
return offset;