summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-01 20:07:39 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-01 20:07:39 +0200
commit7f4054b0b2d6c43c59caef670b4330895337d992 (patch)
treeabfe4fa39002865486be84fe3b307d47a0909f4a /plugins/bluetooth.c
parent074d489a01de3dfb1fa2b8e9ad48bf42fff1302b (diff)
downloadconnman-7f4054b0b2d6c43c59caef670b4330895337d992.tar.gz
connman-7f4054b0b2d6c43c59caef670b4330895337d992.tar.bz2
connman-7f4054b0b2d6c43c59caef670b4330895337d992.zip
Fixup due to element API changes
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r--plugins/bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index 6d41fb25..2d0d7ad9 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -43,7 +43,7 @@ static void create_element(DBusConnection *conn, const char *path)
DBG("conn %p path %s", conn, path);
- element = connman_element_create();
+ element = connman_element_create(NULL);
element->name = g_path_get_basename(path);
element->type = CONNMAN_ELEMENT_TYPE_DEVICE;