aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-01-17 18:16:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-01-17 18:16:06 +0000
commit9a030dda05c93d0dad2405a1fbbe6ffcac858660 (patch)
treeb03b0496869f73d6d42c441ed45197ac93e69e23 /asn1/inap
parentfd5ca381c54e1aa0732ac40b077e4843f3aaa8f8 (diff)
Get rid of check_col();
svn path=/trunk/; revision=31552
Diffstat (limited to 'asn1/inap')
-rw-r--r--asn1/inap/inap.cnf4
1 files changed, 0 insertions, 4 deletions
diff --git a/asn1/inap/inap.cnf b/asn1/inap/inap.cnf
index 1d84b6eaba..333d7d5e3b 100644
--- a/asn1/inap/inap.cnf
+++ b/asn1/inap/inap.cnf
@@ -165,19 +165,15 @@ static const inap_err_t inap_err_tab[] = {
%(DEFAULT_BODY)s
if (inap_opcode_type == INAP_OPCODE_RETURN_ERROR){
errorCode = opcode;
- if (check_col(actx->pinfo->cinfo, COL_INFO)){
col_append_str(actx->pinfo->cinfo, COL_INFO,
val_to_str(errorCode, inap_err_code_string_vals, "Unknown INAP error (%%u)"));
col_append_str(actx->pinfo->cinfo, COL_INFO, " ");
col_set_fence(actx->pinfo->cinfo, COL_INFO);
- }
}else{
- if (check_col(actx->pinfo->cinfo, COL_INFO)){
col_append_str(actx->pinfo->cinfo, COL_INFO,
val_to_str(opcode, inap_opr_code_strings, "Unknown INAP (%%u)"));
col_append_str(actx->pinfo->cinfo, COL_INFO, " ");
col_set_fence(actx->pinfo->cinfo, COL_INFO);
- }
}
#.FN_HDR Invoke