From c55c9f12ee449d274f37159642c9b71cb1f41184 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 24 Feb 2023 12:31:19 -0500 Subject: [PATCH] MT#55283 strip a:tls-id We're handling this attributes directly now Change-Id: I13092c86709f85fcde4d0bccbce0d891c532490f --- daemon/sdp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/sdp.c b/daemon/sdp.c index 1ce8521ad..602d29ac9 100644 --- a/daemon/sdp.c +++ b/daemon/sdp.c @@ -2304,6 +2304,7 @@ static int process_session_attributes(struct sdp_chopper *chop, struct sdp_attri case ATTR_FINGERPRINT: case ATTR_SETUP: + case ATTR_TLS_ID: case ATTR_IGNORE: goto strip;