From aa8e11bed6e26a6c922fc6a48bd2ead5a6d22370 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakivskyy Date: Tue, 10 Apr 2012 15:17:29 +0300 Subject: [PATCH] call-forwarding: Remove unneeded variable --- src/call-forwarding.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/call-forwarding.c b/src/call-forwarding.c index 1b6c41b8..c0259423 100644 --- a/src/call-forwarding.c +++ b/src/call-forwarding.c @@ -546,8 +546,8 @@ static void get_query_cf_callback(const struct ofono_error *error, int total, } if (cf->query_next == CALL_FORWARDING_TYPE_NOT_REACHABLE) { - DBusMessage *reply = cf_get_properties_reply(cf->pending, cf); - __ofono_dbus_pending_reply(&cf->pending, reply); + __ofono_dbus_pending_reply(&cf->pending, + cf_get_properties_reply(cf->pending, cf)); return; }