aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1/packet-asn1.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/asn1/packet-asn1.c')
-rw-r--r--plugins/asn1/packet-asn1.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index 1628e19cec..74fc9f0332 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -3024,9 +3024,10 @@ tbl_type(guint n, GNode *pdu, GNode *list, guint fullindex) /* indent, pdu, sour
break;
}
- /******* change to positive comparation, but leave comment for reference */
- // if (((TBLTag *)list->data)->type != TBLTYPE_TypeRef) {
- // CHECKTYPE(list, TBLTYPE_Type);
+ /******* change to positive comparation, but leave comment for reference
+ * if (((TBLTag *)list->data)->type != TBLTYPE_TypeRef) {
+ * CHECKTYPE(list, TBLTYPE_Type);
+ */
if (((TBLTag *)list->data)->type == TBLTYPE_Type) {
CHECKTYPE(list, TBLTYPE_Type);