aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t38/t38.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/t38/t38.cnf')
-rw-r--r--asn1/t38/t38.cnf4
1 files changed, 1 insertions, 3 deletions
diff --git a/asn1/t38/t38.cnf b/asn1/t38/t38.cnf
index 9e4bf2bae5..273e8b5c8c 100644
--- a/asn1/t38/t38.cnf
+++ b/asn1/t38/t38.cnf
@@ -135,9 +135,7 @@ VAL_PTR=&Data_Field_field_type_value
proto_tree_add_text(tree, tvb, offset, tvb_reported_length_remaining(tvb, offset),
"[RECEIVED END OF FRAGMENT W/OUT ANY FRAGMENT DATA]");
}
- if (check_col(actx->pinfo->cinfo, COL_INFO)){
- col_append_str(actx->pinfo->cinfo, COL_INFO, " [Malformed?]");
- }
+ col_append_str(actx->pinfo->cinfo, COL_INFO, " [Malformed?]");
actx->pinfo->fragmented = save_fragmented;
}
}