summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/dundee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dundee.c b/plugins/dundee.c
index 0a48db1a..7ebdfe9e 100644
--- a/plugins/dundee.c
+++ b/plugins/dundee.c
@@ -96,7 +96,7 @@ static int create_device(struct dundee_data *info)
DBG("%s", info->path);
ident = g_strdup(get_ident(info->path));
- device = connman_device_create(ident, CONNMAN_DEVICE_TYPE_BLUETOOTH);
+ device = connman_device_create("dundee", CONNMAN_DEVICE_TYPE_BLUETOOTH);
if (device == NULL) {
err = -ENOMEM;
goto out;