summaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-19 13:23:15 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-19 13:23:15 -0800
commit7bc004006cb45f73276ef56edc03dac4177becc3 (patch)
treebfcedb35928e20c965c7c51cf0e0ae251a554f59 /src/device.c
parent771829488c36eb8ee9ce09a12ecb7517e3cf4f04 (diff)
downloadconnman-7bc004006cb45f73276ef56edc03dac4177becc3.tar.gz
connman-7bc004006cb45f73276ef56edc03dac4177becc3.tar.bz2
connman-7bc004006cb45f73276ef56edc03dac4177becc3.zip
Add user data argument to D-Bus array property helpers
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 63aa9157..41b131b0 100644
--- a/src/device.c
+++ b/src/device.c
@@ -505,7 +505,7 @@ static void emit_devices_signal(void)
dbus_message_iter_init_append(signal, &iter);
connman_dbus_property_append_variable_array(&iter, "Devices",
- DBUS_TYPE_OBJECT_PATH, __connman_device_list);
+ DBUS_TYPE_OBJECT_PATH, __connman_device_list, NULL);
g_dbus_send_message(connection, signal);
}