diff options
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);  | 
