From 1f083fd6545ceaf6a6f7cf8d8dfe105ae775b6cf Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 21 Mar 2013 14:29:58 +0000 Subject: From beroset: remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachments #10423,#10424 svn path=/trunk/; revision=48450 --- asn1/ldap/packet-ldap-template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/ldap') 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 */ -- cgit v1.2.3