summaryrefslogtreecommitdiffstats
path: root/daemon/manager.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-03 10:58:08 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-03 10:58:08 +0000
commit30957bc2890f3db99907178304046610e77c7efa (patch)
treec2ce494805a1527314e7e7f79d2596be8a695b38 /daemon/manager.c
parent367cd9ae48f8393cdc68c25441dc8daac75909ff (diff)
generic introspection cleanup & small additions
Diffstat (limited to 'daemon/manager.c')
-rw-r--r--daemon/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/manager.c b/daemon/manager.c
index 8693486c..d2976e13 100644
--- a/daemon/manager.c
+++ b/daemon/manager.c
@@ -80,7 +80,7 @@ int manager_init(DBusConnection *conn)
info("Starting manager interface");
if (dbus_connection_register_interface(connection, SYSTEM_PATH,
- MANAGER_INTERFACE, manager_table, NULL) == FALSE) {
+ MANAGER_INTERFACE, manager_table, NULL, NULL) == FALSE) {
error("Manager interface registration failed");
dbus_connection_unref(connection);
return -1;