call-forwarding: Remove unneeded variable

This commit is contained in:
Oleg Zhurakivskyy 2012-04-10 15:17:29 +03:00 committed by Denis Kenzior
parent 6356612822
commit aa8e11bed6
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}