Don't guard col_set_str (COL_INFO) with col_check
[metze/wireshark/wip.git] / epan / dissectors / packet-ascend.c
index 4c66770516c15507db4e0b02c8ff286711908c0c..a55167c867153f0377562f02198c30b09c1b93a6 100644 (file)
@@ -62,8 +62,7 @@ dissect_ascend(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
   if(check_col(pinfo->cinfo, COL_RES_DL_DST))
     col_set_str(pinfo->cinfo, COL_RES_DL_DST, "N/A" );
   col_set_str(pinfo->cinfo, COL_PROTOCOL, "N/A");
-  if(check_col(pinfo->cinfo, COL_INFO))
-    col_set_str(pinfo->cinfo, COL_INFO, "Lucent/Ascend packet trace" );
+  col_set_str(pinfo->cinfo, COL_INFO, "Lucent/Ascend packet trace");
 
   /* If this is a transmitted or received PPP frame, set the PPP direction. */
   switch (pseudo_header->ascend.type) {