summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c2
1 files changed, 1 insertions, 1 deletions
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);
}