provision: Update to the new mbpi API

This commit is contained in:
Philippe Nunes 2011-11-15 14:04:13 +01:00 committed by Denis Kenzior
parent 56e7c056cf
commit 8e6da29392
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static int provision_get_settings(const char *mcc, const char *mnc,
DBG("Provisioning for MCC %s, MNC %s, SPN '%s'", mcc, mnc, spn);
apns = mbpi_lookup(mcc, mnc, FALSE, &error);
apns = mbpi_lookup_apn(mcc, mnc, FALSE, &error);
if (apns == NULL) {
if (error != NULL) {
ofono_error("%s", error->message);