Re: [BUG] Invalid file descriptor.
From: Daniel Wagner <hidden>
Date: 2011-10-24 13:42:37
On 10/24/2011 03:36 PM, Luiz Augusto von Dentz wrote:
quoted hunk ↗ jump to hunk
Hi Daniel, On Mon, Oct 24, 2011 at 4:23 PM, Daniel Wagner[off-list ref] wrote:quoted
quoted
What about the patch?Sure, I will do as soon I have fixed all outstanding ConnMan bugs I found just recently. In other words don't expect very soon this patch :)Try with this: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;
Yes, that fixes the error message. Thanks, daniel