aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509af/packet-x509af-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/x509af/packet-x509af-template.c')
-rw-r--r--asn1/x509af/packet-x509af-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509af/packet-x509af-template.c b/asn1/x509af/packet-x509af-template.c
index c8954ebd16..82a41002b9 100644
--- a/asn1/x509af/packet-x509af-template.c
+++ b/asn1/x509af/packet-x509af-template.c
@@ -81,7 +81,7 @@ dissect_pkix_crl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
if (check_col(pinfo->cinfo, COL_INFO)) {
col_clear(pinfo->cinfo, COL_INFO);
- col_add_fstr(pinfo->cinfo, COL_INFO, "Certificate Revocation List");
+ col_set_str(pinfo->cinfo, COL_INFO, "Certificate Revocation List");
}