From: Daniel Wagner <[email protected]>
Open argument list has to be terminated.
---
src/technology.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/technology.c b/src/technology.c
index 89cdc84..0f958d6 100644
--- a/src/technology.c
+++ b/src/technology.c
@@ -463,7 +463,8 @@ static void technology_removed_signal(struct
connman_technology *technology)
{
g_dbus_emit_signal(connection, CONNMAN_MANAGER_PATH,
CONNMAN_MANAGER_INTERFACE, "TechnologyRemoved",
- DBUS_TYPE_OBJECT_PATH, technology->path);
+ DBUS_TYPE_OBJECT_PATH, technology->path,
+ DBUS_TYPE_INVALID);
}
static DBusMessage *get_properties(DBusConnection *conn,
--
1.7.8.2.325.g247f9
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman