From b751a5ca2b2886a3f4a08923af0a2f9a26b2d136 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Mon, 28 Jan 2013 17:44:30 +0200 Subject: ofono: Use ordinary string instead of ident The string is only used for debugging purposes. --- plugins/ofono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index 41954e4e..b55a76d2 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -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; -- cgit v1.2.3