aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-03-21 14:29:58 +0000
committerBill Meier <wmeier@newsguy.com>2013-03-21 14:29:58 +0000
commit1f083fd6545ceaf6a6f7cf8d8dfe105ae775b6cf (patch)
tree67439bd39ba819ac3fef33e52c83ce414c36880d /asn1/ldap
parent48af69f95fe3b2ac35145570da940ae9e4f4b677 (diff)
From beroset:
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachments #10423,#10424 svn path=/trunk/; revision=48450
Diffstat (limited to 'asn1/ldap')
-rw-r--r--asn1/ldap/packet-ldap-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c
index 70a28971fe..e828a22533 100644
--- a/asn1/ldap/packet-ldap-template.c
+++ b/asn1/ldap/packet-ldap-template.c
@@ -2280,7 +2280,7 @@ void proto_register_ldap(void) {
sizeof(attribute_type_t),
"custom_ldap_attribute_types",
TRUE,
- (void*) &attribute_types,
+ (void**) &attribute_types,
&num_attribute_types,
/* specifies named fields, so affects dissection
and the set of named fields */