aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sabp
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-01-27 15:35:59 +0000
committerBill Meier <wmeier@newsguy.com>2010-01-27 15:35:59 +0000
commit37e5c1aab5296960cb7deb8d55c44b584e4b0df4 (patch)
tree5b57f07c634d4279a6b5c586b08c74203e047b6a /asn1/sabp
parentd7df6a2cf0dcc2d158337a7e5afd7f32892a7761 (diff)
Remove a check_col() in asn1 template file (SVN #31519 did only the generated file).
svn path=/trunk/; revision=31701
Diffstat (limited to 'asn1/sabp')
-rw-r--r--asn1/sabp/packet-sabp-template.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/asn1/sabp/packet-sabp-template.c b/asn1/sabp/packet-sabp-template.c
index b3b0d72f55..e7c87d5d8a 100644
--- a/asn1/sabp/packet-sabp-template.c
+++ b/asn1/sabp/packet-sabp-template.c
@@ -144,8 +144,7 @@ dissect_sabp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree *sabp_tree = NULL;
/* make entry in the Protocol column on summary display */
- if (check_col(pinfo->cinfo, COL_PROTOCOL))
- col_set_str(pinfo->cinfo, COL_PROTOCOL, PSNAME);
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, PSNAME);
/* create the sbap protocol tree */
sabp_item = proto_tree_add_item(tree, proto_sabp, tvb, 0, -1, FALSE);