Diff between c419c2f3b9176c1880443c346188a55dd2249f20 and 2a8e9ed6fbd05f525cc0bdb615da07e75ff1cddd

Changed Files

File Additions Deletions Status
android/avdtp.c +0 -3 modified

Full Patch

diff --git a/android/avdtp.c b/android/avdtp.c
index 35bc548..b8a2147 100644
--- a/android/avdtp.c
+++ b/android/avdtp.c
@@ -3372,9 +3372,6 @@ struct avdtp_local_sep *avdtp_register_sep(struct queue *lseps, uint8_t type,
 	if (!seid)
 		return NULL;
 
-	if (queue_length(lseps) > MAX_SEID)
-		return NULL;
-
 	sep = g_new0(struct avdtp_local_sep, 1);
 
 	sep->state = AVDTP_STATE_IDLE;