aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-24 20:00:21 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-24 20:00:21 +0000
commit1e66be7623925864a57d00c97b52f88708cf6b54 (patch)
tree38f6f77786d5869ee199e3e8fd80f0968be1b575 /asn1/h225
parent8d3dd59976ca5a8851a57f28e8c7d6a0f22062e0 (diff)
Don't guard col_append_str with check_col
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30125 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/h225.cnf5
1 files changed, 1 insertions, 4 deletions
diff --git a/asn1/h225/h225.cnf b/asn1/h225/h225.cnf
index 33c326e40a..b3602a49b2 100644
--- a/asn1/h225/h225.cnf
+++ b/asn1/h225/h225.cnf
@@ -260,10 +260,7 @@ IsupNumber/nationalStandardPartyNumber isupNationalStandardPartyNumber
if (contains_faststart == TRUE )
{
- if (check_col(%(ACTX)s->pinfo->cinfo, COL_INFO))
- {
- col_append_str(%(ACTX)s->pinfo->cinfo, COL_INFO, "OpenLogicalChannel " );
- }
+ col_append_str(%(ACTX)s->pinfo->cinfo, COL_INFO, "OpenLogicalChannel " );
}
col_set_fence(%(ACTX)s->pinfo->cinfo,COL_INFO);