From 4b6090e5766e315090c2f3d15cb3368d98168be9 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Sun, 9 Aug 2009 07:01:26 +0000 Subject: Don't guard col_set_str (COL_INFO) with col_check svn path=/trunk/; revision=29342 --- epan/dissectors/packet-x29.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-x29.c') diff --git a/epan/dissectors/packet-x29.c b/epan/dissectors/packet-x29.c index fdcbf72876..ae577611c5 100644 --- a/epan/dissectors/packet-x29.c +++ b/epan/dissectors/packet-x29.c @@ -217,8 +217,7 @@ dissect_x29(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) /* * Q bit not set - this is data. */ - if (check_col(pinfo->cinfo, COL_INFO)) - col_set_str(pinfo->cinfo, COL_INFO, "Data ..."); + col_set_str(pinfo->cinfo, COL_INFO, "Data ..."); if (tree) { while (tvb_offset_exists(tvb, offset)) { -- cgit v1.2.3