Don't guard col_clear with col_check
[obnox/wireshark/wip.git] / asn1 / ftam / packet-ftam-template.c
index f6985656c076642695935def47a59676dfbd5775..49d31393515a3ae2650eae1a293064e3bf52af45 100644 (file)
@@ -102,8 +102,7 @@ dissect_ftam(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
                tree = proto_item_add_subtree(item, ett_ftam);
        }
        col_set_str(pinfo->cinfo, COL_PROTOCOL, "FTAM");
-       if (check_col(pinfo->cinfo, COL_INFO))
-               col_clear(pinfo->cinfo, COL_INFO);
+       col_clear(pinfo->cinfo, COL_INFO);
 
        while (tvb_reported_length_remaining(tvb, offset) > 0){
                old_offset=offset;