tools: Update to the new mbpi API
authorPhilippe Nunes <philippe.nunes@linux.intel.com>
Tue, 15 Nov 2011 13:04:13 +0000 (14:04 +0100)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 14 Nov 2011 20:11:12 +0000 (14:11 -0600)
tools/lookup-apn.c

index b833b6c..884b32a 100644 (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) {