summaryrefslogtreecommitdiffstats
path: root/src/call-forwarding.c
diff options
context:
space:
mode:
authorOleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>2012-04-10 15:17:29 +0300
committerDenis Kenzior <denkenz@gmail.com>2012-04-23 15:39:35 -0500
commitaa8e11bed6e26a6c922fc6a48bd2ead5a6d22370 (patch)
treed91b93066f506b7c7c0b77e293b5c3309455489c /src/call-forwarding.c
parent63566128229500830cb573fdbbd3c64dd4c5b447 (diff)
downloadofono-aa8e11bed6e26a6c922fc6a48bd2ead5a6d22370.tar.bz2
call-forwarding: Remove unneeded variable
Diffstat (limited to 'src/call-forwarding.c')
-rw-r--r--src/call-forwarding.c4
1 files 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;
}