From 552351e252fce75973c7a78224d42f642284132e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 20 Aug 2009 15:27:01 -0500 Subject: Fix unused variable path --- src/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/voicecall.c b/src/voicecall.c index f7575a10..b4414c74 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -1790,7 +1790,7 @@ static void voicecall_unregister(struct ofono_atom *atom) g_slist_free(vc->call_list); ofono_modem_remove_interface(modem, VOICECALL_MANAGER_INTERFACE); - g_dbus_unregister_interface(conn, modem->path, + g_dbus_unregister_interface(conn, path, VOICECALL_MANAGER_INTERFACE); } -- cgit v1.2.3