summaryrefslogtreecommitdiff
path: root/src/profile.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-19 13:33:00 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-19 13:33:00 -0800
commit79cbf44dd3a1756c3a87f1e7d6d5fc3c3af7bb32 (patch)
tree24acf1308d90e45082243ca276a4db6126d285b1 /src/profile.c
parent7bc004006cb45f73276ef56edc03dac4177becc3 (diff)
downloadconnman-79cbf44dd3a1756c3a87f1e7d6d5fc3c3af7bb32.tar.gz
connman-79cbf44dd3a1756c3a87f1e7d6d5fc3c3af7bb32.tar.bz2
connman-79cbf44dd3a1756c3a87f1e7d6d5fc3c3af7bb32.zip
Add user data parameter to dictionary helpers
Diffstat (limited to 'src/profile.c')
-rw-r--r--src/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.c b/src/profile.c
index 808a7c07..74fa0f75 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -269,7 +269,7 @@ static DBusMessage *get_properties(DBusConnection *conn,
DBUS_TYPE_BOOLEAN, &profile->offlinemode);
connman_dbus_dict_append_variable_array(&dict, "Services",
- DBUS_TYPE_OBJECT_PATH, __connman_service_list);
+ DBUS_TYPE_OBJECT_PATH, __connman_service_list, NULL);
connman_dbus_dict_close(&array, &dict);