Fix unused variable path

This commit is contained in:
Denis Kenzior 2009-08-20 15:27:01 -05:00
parent 191c521f9d
commit 552351e252
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}