aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ucp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ucp.c b/epan/dissectors/packet-ucp.c
index d38f8cca8c..be31e5ff26 100644
--- a/epan/dissectors/packet-ucp.c
+++ b/epan/dissectors/packet-ucp.c
@@ -1553,7 +1553,7 @@ add_24R(proto_tree *tree, tvbuff_t *tvb, ucp_tap_rec_t *tap_rec)
offset++;
} else {
--offset;
- intval = UcpHandleInt(hf_ucp_parm_NMESS);
+ UcpHandleInt(hf_ucp_parm_NMESS);
}
}
tap_rec->result = 0;