From fa15432a30e9726a79ad01596c2dd296c224e8b1 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 22 Oct 2008 12:38:05 +0300 Subject: Fix passing user_data pointer in get_remote_reply --- audio/telephony-maemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/telephony-maemo.c') 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); } -- cgit