From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> If for some reason SetConfiguration is cancelled an Abort shall be generated since it there could be a stream pending. --- profiles/audio/avdtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c index 4a21e03..51ead68 100644 --- a/profiles/audio/avdtp.c +++ b/profiles/audio/avdtp.c @@ -2489,7 +2489,7 @@ static int cancel_request(struct avdtp *session, int err) if (lsep && lsep->cfm && lsep->cfm->set_configuration) lsep->cfm->set_configuration(session, lsep, stream, &averr, lsep->user_data); - goto failed; + break; case AVDTP_DISCOVER: error("Discover: %s (%d)", strerror(err), err); goto failed; -- 2.9.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