summaryrefslogtreecommitdiffstats
path: root/audio/telephony-maemo.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/telephony-maemo.c')
-rw-r--r--audio/telephony-maemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 0014cf11..50ad4fb1 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -508,7 +508,7 @@ static void resolve_number(struct csd_call *call)
return;
}
- dbus_pending_call_set_notify(pcall, get_remote_reply, NULL, NULL);
+ dbus_pending_call_set_notify(pcall, get_remote_reply, call, NULL);
dbus_pending_call_unref(pcall);
dbus_message_unref(msg);
}