hfp_hf_bluez5: Update to the new API

This commit is contained in:
Denis Kenzior 2013-03-18 13:42:12 -05:00
parent c86fcc3a70
commit 0f973d7150
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ static DBusMessage *profile_new_connection(DBusConnection *conn,
hfp = ofono_modem_get_data(modem);
hfp->msg = dbus_message_ref(msg);
hfp->card = ofono_handsfree_card_create(remote, local);
hfp->card = ofono_handsfree_card_create(0, NULL, NULL);
return NULL;