ofono: Use ordinary string instead of ident
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 28 Jan 2013 15:44:30 +0000 (17:44 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 30 Jan 2013 08:27:20 +0000 (10:27 +0200)
The string is only used for debugging purposes.

plugins/ofono.c

index 41954e4..b55a76d 100644 (file)
@@ -963,7 +963,7 @@ static void create_device(struct modem_data *modem)
        else
                ident = g_strdup(ident);
 
-       device = connman_device_create(ident, CONNMAN_DEVICE_TYPE_CELLULAR);
+       device = connman_device_create("ofono", CONNMAN_DEVICE_TYPE_CELLULAR);
        if (device == NULL)
                goto out;