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-gmrp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-gmrp.c') diff --git a/epan/dissectors/packet-gmrp.c b/epan/dissectors/packet-gmrp.c index 35b24f96b6..45d09bf4b4 100644 --- a/epan/dissectors/packet-gmrp.c +++ b/epan/dissectors/packet-gmrp.c @@ -122,8 +122,7 @@ dissect_gmrp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) col_set_str(pinfo->cinfo, COL_PROTOCOL, "GMRP"); - if (check_col(pinfo->cinfo, COL_INFO)) - col_set_str(pinfo->cinfo, COL_INFO, "GMRP"); + col_set_str(pinfo->cinfo, COL_INFO, "GMRP"); if (tree) { -- cgit v1.2.3