From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This happens in the following circumstance: bluetoothd[30869]: audio/manager.c:hf_io_cb() Authorization denied! (bluetoothd:30869): GLib-WARNING **: Invalid file descriptor. Reported by Daniel Wagner <wagi@xxxxxxxxx> --- audio/manager.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/audio/manager.c b/audio/manager.c index 818451c..3103824 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -607,7 +607,6 @@ static void hf_io_cb(GIOChannel *chan, gpointer data) if (perr < 0) { DBG("Authorization denied!"); gateway_set_state(device, GATEWAY_STATE_DISCONNECTED); - goto drop; } return; -- 1.7.6.4 -- 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