aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_runtime.c
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-03-30 12:04:40 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-03-30 12:04:40 +0000
commitc136927420feb70faac71ea74054b70dea2428c8 (patch)
tree3de1e8e215291aa8caa2278cd25ec01b0ea2f132 /plugins/mate/mate_runtime.c
parent3820cff29c6cb3eab7468e4f5d3343464f872ed3 (diff)
revert back (void*) -> (void**) which will stop free-warning compilation with
gcc-4.1.2 svn path=/trunk/; revision=21282
Diffstat (limited to 'plugins/mate/mate_runtime.c')
-rw-r--r--plugins/mate/mate_runtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate_runtime.c b/plugins/mate/mate_runtime.c
index 87cb4ab071..99bea688de 100644
--- a/plugins/mate/mate_runtime.c
+++ b/plugins/mate/mate_runtime.c
@@ -494,7 +494,7 @@ static void analize_pdu(mate_pdu* pdu) {
if ((gopkey_match = new_avpl_exact_match("gop_key_match",pdu->avpl,cfg->key, TRUE))) {
gop_key = avpl_to_str(gopkey_match);
- g_hash_table_lookup_extended(cfg->gop_index,(gconstpointer)gop_key,(gpointer)&orig_gop_key,(gpointer)&gop);
+ g_hash_table_lookup_extended(cfg->gop_index,(gconstpointer)gop_key,(gpointer*)&orig_gop_key,(gpointer*)&gop);
if ( gop ) {
g_free(gop_key);