From 143553b7c9f429f02e986f2e4674ccc4c9d4f0b7 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 12 Jul 2011 09:03:57 -0500 Subject: connman: Rename to be clearer --- plugins/connman.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/connman.c') diff --git a/plugins/connman.c b/plugins/connman.c index caa9aab1..46b30077 100644 --- a/plugins/connman.c +++ b/plugins/connman.c @@ -258,7 +258,7 @@ static struct ofono_private_network_driver pn_driver = { .release = pns_release, }; -static void remove_requests(gpointer user_data) +static void request_free(gpointer user_data) { struct pns_req *req = user_data; @@ -272,7 +272,7 @@ static int connman_init(void) connection = ofono_dbus_get_connection(); requests = g_hash_table_new_full(g_int_hash, g_int_equal, NULL, - remove_requests); + request_free); return ofono_private_network_driver_register(&pn_driver); } -- cgit v1.2.3