bluetooth: Fix property reply handling for hfgw

This commit is contained in:
Mikel Astiz 2011-11-23 17:08:11 +01:00 committed by Colin Guthrie
parent 8539fe9765
commit e199077eca

View file

@ -484,7 +484,7 @@ static void get_properties_reply(DBusPendingCall *pending, void *userdata) {
goto finish; goto finish;
} else if (dbus_message_has_interface(p->message, "org.bluez.HandsfreeGateway")) { } else if (dbus_message_has_interface(p->message, "org.bluez.HandsfreeGateway")) {
if (parse_audio_property(y, &d->hfgw_state, &arg_i) < 0) if (parse_audio_property(y, &d->hfgw_state, &dict_i) < 0)
goto finish; goto finish;
} }