From c1791edc510cd27c215e78ca4ac95727ce30c675 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Mon, 28 Jan 2013 17:44:29 +0200 Subject: dundee: Use ordinary string instead of ident The string is only used for debugging purposes. --- plugins/dundee.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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; -- cgit v1.2.3