Browse Source

MT#63317 don't run DTLS on bundled media

Change-Id: Ie515920dabc57d9812933670d5c878cba820fec5
rfuchs/2010
Richard Fuchs 3 months ago
parent
commit
213855143e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/call.c

+ 2
- 0
daemon/call.c View File

@ -3518,6 +3518,8 @@ static void monologue_bundle_set_fds(struct call_monologue *ml) {
__auto_type ms = msl->data;
__auto_type bs = bsl->data;
dtls_shutdown(ms);
// XXX close sockets that are not needed?
t_queue_clear(&ms->sfds);


Loading…
Cancel
Save