diff --git a/epan/dissectors/packet-fc.c b/epan/dissectors/packet-fc.c index e5482bb3d7..72d55b34c3 100644 --- a/epan/dissectors/packet-fc.c +++ b/epan/dissectors/packet-fc.c @@ -654,7 +654,6 @@ dissect_fc_fctl(packet_info *pinfo _U_, proto_tree *parent_tree, tvbuff_t *tvb, if (flags & (~( FC_FCTL_REL_OFFSET ))) proto_item_append_text(item, ","); } - flags&=(~( FC_FCTL_REL_OFFSET )); }