summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/ofono.c2
1 files changed, 1 insertions, 1 deletions
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;