aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ulp
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-01-13 20:32:01 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-01-13 20:32:01 +0000
commit440c3f9261af41a397823a80121cfa0122df1c88 (patch)
tree64b368c46b53e0e8f52e80f61ed17e13d64596a5 /asn1/ulp
parent6343ffb68e3e7ea3b335ad5e443e23f324a99d35 (diff)
From Didier Gautheron:
check_col.diff Remove redundant calls to check_col() if it guards only one columns function with one parameter after the column type. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 svn path=/trunk/; revision=31519
Diffstat (limited to 'asn1/ulp')
-rw-r--r--asn1/ulp/ulp.cnf6
1 files changed, 2 insertions, 4 deletions
diff --git a/asn1/ulp/ulp.cnf b/asn1/ulp/ulp.cnf
index 72179ac12f..2375f9b381 100644
--- a/asn1/ulp/ulp.cnf
+++ b/asn1/ulp/ulp.cnf
@@ -28,10 +28,8 @@ SETId/min minsi
#.FN_HDR ULP-PDU
proto_tree_add_item(tree, proto_ulp, tvb, 0, -1, FALSE);
- if (check_col(actx->pinfo->cinfo, COL_PROTOCOL))
- col_set_str(actx->pinfo->cinfo, COL_PROTOCOL, PSNAME);
- if (check_col(actx->pinfo->cinfo, COL_INFO))
- col_clear(actx->pinfo->cinfo, COL_INFO);
+ col_set_str(actx->pinfo->cinfo, COL_PROTOCOL, PSNAME);
+ col_clear(actx->pinfo->cinfo, COL_INFO);
#.END
#.FN_BODY UlpMessage VAL_PTR = &UlpMessage