tools: 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 8e6da29392
commit 16016c9cf8
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static void lookup_apn(const char *match_mcc, const char *match_mnc,
g_print("Searching for info for network: %s%s\n", match_mcc, match_mnc);
apns = mbpi_lookup(match_mcc, match_mnc, allow_duplicates, &error);
apns = mbpi_lookup_apn(match_mcc, match_mnc, allow_duplicates, &error);
if (apns == NULL) {
if (error != NULL) {