summaryrefslogtreecommitdiff
path: root/asn1/h450
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-05-07 22:52:33 +0000
committerGuy Harris <guy@alum.mit.edu>2012-05-07 22:52:33 +0000
commit0851bd312cdb1ecf426f15e2e8fa844a57fb06d5 (patch)
treeccc73986dd53d4303c7d704cb07c6ba9c501ac0c /asn1/h450
parentc51cadd00e0265c4b077bb4cc20a0a89781f28ff (diff)
downloadwireshark-0851bd312cdb1ecf426f15e2e8fa844a57fb06d5.tar.gz
Get rid of remaining Booleans-as-encoding-arguments in
proto_tree_add_item() calls. svn path=/trunk/; revision=42489
Diffstat (limited to 'asn1/h450')
-rw-r--r--asn1/h450/h450.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h450/h450.cnf b/asn1/h450/h450.cnf
index 5e8dffef6a..567bb56ad9 100644
--- a/asn1/h450/h450.cnf
+++ b/asn1/h450/h450.cnf
@@ -54,7 +54,7 @@ ERROR.&ParameterType
#.FN_HDR H4501SupplementaryService
proto_item *hidden_item;
- hidden_item = proto_tree_add_item(tree, proto_h450, tvb, offset, -1, FALSE);
+ hidden_item = proto_tree_add_item(tree, proto_h450, tvb, offset, -1, ENC_NA);
PROTO_ITEM_SET_HIDDEN(hidden_item);
#.END