--- src/device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/device.c b/src/device.c index 7ceac8b..0f4dc0b 100644 --- a/src/device.c +++ b/src/device.c @@ -605,7 +605,7 @@ static DBusMessage *discover_services(DBusConnection *conn, if (dbus_message_get_args(msg, NULL, DBUS_TYPE_STRING, &pattern, DBUS_TYPE_INVALID) == FALSE) - goto fail; + return btd_error_invalid_args(msg); if (strlen(pattern) == 0) { err = device_browse(device, conn, msg, NULL, FALSE); -- 1.7.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html