diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-03 10:58:08 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-03 10:58:08 +0000 |
commit | 30957bc2890f3db99907178304046610e77c7efa (patch) | |
tree | c2ce494805a1527314e7e7f79d2596be8a695b38 /daemon/service.c | |
parent | 367cd9ae48f8393cdc68c25441dc8daac75909ff (diff) |
generic introspection cleanup & small additions
Diffstat (limited to 'daemon/service.c')
-rw-r--r-- | daemon/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/service.c b/daemon/service.c index 1886da52..2f982f4a 100644 --- a/daemon/service.c +++ b/daemon/service.c @@ -304,7 +304,7 @@ int service_init(DBusConnection *conn) } if (dbus_connection_register_interface(connection, "/org/bluez/service", - SERVICE_INTERFACE, service_table, NULL) == FALSE) { + SERVICE_INTERFACE, service_table, NULL, NULL) == FALSE) { error("Service interface registration failed"); dbus_connection_destroy_object_path(connection, "/org/bluez/service"); dbus_connection_unref(connection); |