aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pres.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-05-02 13:50:52 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-05-02 13:50:52 +0000
commit6199e515c98e0c94c354aae46fc1186cd18214eb (patch)
treeee88ce1cb1ce288d1f1b3be316e9c27fc54c8c76 /epan/dissectors/packet-pres.c
parent8ef65daa693d757d37311d6aa4d6b0a589836b04 (diff)
Don't type prune the data_ptr pointer for UAT.
svn path=/trunk/; revision=32629
Diffstat (limited to 'epan/dissectors/packet-pres.c')
-rw-r--r--epan/dissectors/packet-pres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pres.c b/epan/dissectors/packet-pres.c
index d697ce8456..97bc29e16a 100644
--- a/epan/dissectors/packet-pres.c
+++ b/epan/dissectors/packet-pres.c
@@ -1925,7 +1925,7 @@ void proto_register_pres(void) {
sizeof(pres_user_t),
"pres_context_list",
TRUE,
- (void**) &pres_users,
+ (void*) &pres_users,
&num_pres_users,
UAT_CAT_PORTS,
"ChPresContextList",