--- profiles/audio/avdtp.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c index 818dbdd..61f55d6 100644 --- a/profiles/audio/avdtp.c +++ b/profiles/audio/avdtp.c @@ -41,7 +41,6 @@ #include <bluetooth/sdp_lib.h> #include <glib.h> -#include <dbus/dbus.h> #include <btio/btio.h> #include "log.h" @@ -426,8 +425,6 @@ struct avdtp { /* Attempt stream setup instead of disconnecting */ gboolean stream_setup; - - DBusPendingCall *pending_auth; }; static GSList *servers = NULL; @@ -2325,12 +2322,8 @@ static struct avdtp *avdtp_get_internal(struct btd_device *device) return NULL; session = find_session(server->sessions, device); - if (session) { - if (session->pending_auth) - return NULL; - else - return session; - } + if (session) + return session; session = g_new0(struct avdtp, 1); -- 1.8.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