summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-common.c')
-rw-r--r--hcid/dbus-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-common.c b/hcid/dbus-common.c
index e95b9401..b1ece10d 100644
--- a/hcid/dbus-common.c
+++ b/hcid/dbus-common.c
@@ -322,7 +322,7 @@ DBusHandlerResult simple_introspect(DBusConnection *conn, DBusMessage *msg, void
dbus_message_append_args(reply, DBUS_TYPE_STRING, &ptr,
DBUS_TYPE_INVALID);
- return send_reply_and_unref(conn, reply);
+ return send_message_and_unref(conn, reply);
}
service_handler_func_t find_service_handler(struct service_data *handlers, DBusMessage *msg)