aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x420
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-24 20:21:23 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-24 20:21:23 +0000
commit00810ff19994509f4f8a080286ad43f5156e76c2 (patch)
tree687e12b760b8702534057b7348f27994c86b617d /asn1/x420
parent830dd8e8f05e39238b97857e161821a41ff985df (diff)
* Prefer col_append_str instead of col_append_fstr for constant strings
* Remove check_col guards svn path=/trunk/; revision=30127
Diffstat (limited to 'asn1/x420')
-rw-r--r--asn1/x420/x420.cnf6
1 files changed, 2 insertions, 4 deletions
diff --git a/asn1/x420/x420.cnf b/asn1/x420/x420.cnf
index 906df5d099..75e1911099 100644
--- a/asn1/x420/x420.cnf
+++ b/asn1/x420/x420.cnf
@@ -218,16 +218,14 @@ IpnSecurityResponse B "2.6.1.18.1" "id-sec-security-common-fields"
#.FN_BODY IPM
- if(check_col(actx->pinfo->cinfo, COL_INFO))
- col_append_str(actx->pinfo->cinfo, COL_INFO, " Message");
+ col_append_str(actx->pinfo->cinfo, COL_INFO, " Message");
%(DEFAULT_BODY)s
#.FN_BODY IPN
- if(check_col(actx->pinfo->cinfo, COL_INFO))
- col_append_str(actx->pinfo->cinfo, COL_INFO, " Notification");
+ col_append_str(actx->pinfo->cinfo, COL_INFO, " Notification");
%(DEFAULT_BODY)s