summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index 5b6f94a2..541419cc 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -1016,9 +1016,9 @@ static DBusMessage *multiparty_hangup(DBusConnection *conn,
voicecalls_release_queue(modem, calls->multiparty_list);
voicecalls_release_next(modem);
} else {
- struct ofono_call *v = calls->multiparty_list->data;
+ struct voicecall *v = calls->multiparty_list->data;
- if (v->status == CALL_STATUS_HELD)
+ if (v->call->status == CALL_STATUS_HELD)
calls->ops->release_all_held(modem, generic_callback,
calls);
else