summaryrefslogtreecommitdiffstats
path: root/daemon/database.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/database.c
parent367cd9ae48f8393cdc68c25441dc8daac75909ff (diff)
generic introspection cleanup & small additions
Diffstat (limited to 'daemon/database.c')
-rw-r--r--daemon/database.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/database.c b/daemon/database.c
index 231000c0..643f50d9 100644
--- a/daemon/database.c
+++ b/daemon/database.c
@@ -207,7 +207,7 @@ int database_init(DBusConnection *conn)
info("Starting database interface");
if (dbus_connection_register_interface(connection, SYSTEM_PATH,
- DATABASE_INTERFACE, database_table, NULL) == FALSE) {
+ DATABASE_INTERFACE, database_table, NULL, NULL) == FALSE) {
error("Database interface registration failed");
dbus_connection_unref(connection);
return -1;