aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openwire.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-openwire.c')
-rw-r--r--epan/dissectors/packet-openwire.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-openwire.c b/epan/dissectors/packet-openwire.c
index 8a30596c9c..8f5b4f6bef 100644
--- a/epan/dissectors/packet-openwire.c
+++ b/epan/dissectors/packet-openwire.c
@@ -550,7 +550,6 @@ validate_boolean(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree _U_, int of
if (booleanByte != FALSE && booleanByte != TRUE)
{
expert_add_info(pinfo, boolean_item, &ei_openwire_encoding_not_supported);
- THROW(ReportedBoundsError);
}
}