aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ess/packet-ess-template.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-05-02 12:32:52 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-05-02 12:32:52 +0000
commitae400a74fa3b76b9fb3f58716ad1eece4f6c1004 (patch)
treeb8603945113ffeb8a1d789f7127f08aa8b9ed026 /asn1/ess/packet-ess-template.c
parent2f5ebda0ec7773459e3b3e294b4126dbd3f6bb63 (diff)
Fix for bug 4723:
Don't type prune the data_ptr pointer for UAT. svn path=/trunk/; revision=32626
Diffstat (limited to 'asn1/ess/packet-ess-template.c')
-rw-r--r--asn1/ess/packet-ess-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ess/packet-ess-template.c b/asn1/ess/packet-ess-template.c
index 20d4f4cb9e..d3a7f2f174 100644
--- a/asn1/ess/packet-ess-template.c
+++ b/asn1/ess/packet-ess-template.c
@@ -171,7 +171,7 @@ void proto_register_ess(void) {
sizeof(ess_category_attributes_t),
"ess_category_attributes",
TRUE,
- (void**) &ess_category_attributes,
+ (void*) &ess_category_attributes,
&num_ess_category_attributes,
UAT_CAT_PORTS,
"ChEssCategoryAttributes",