From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This fixes the following warnings caused by not resetting id to 0: GLib-CRITICAL **: Source ID 145 was not found when attempting to remove it GLib-CRITICAL **: Source ID 151 was not found when attempting to remove it GLib-CRITICAL **: Source ID 155 was not found when attempting to remove it GLib-CRITICAL **: Source ID 162 was not found when attempting to remove it --- src/gatt-client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gatt-client.c b/src/gatt-client.c index 20a5ae6..39f6646 100644 --- a/src/gatt-client.c +++ b/src/gatt-client.c @@ -1654,6 +1654,7 @@ static gboolean set_chrcs_ready(gpointer user_data) { struct service *service = user_data; + service->idle_id = 0; notify_chrcs(service); return FALSE; -- 2.4.3 -- 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