Browse Source

MT#56447 prettierer code

Change-Id: I31a2518e3fb4517aa0fbb658ae1ff024f94c0e24
pull/1642/head
Richard Fuchs 3 years ago
parent
commit
60f910a1ff
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      daemon/media_socket.c

+ 1
- 2
daemon/media_socket.c View File

@ -2433,9 +2433,8 @@ static int stream_packet(struct packet_handler_ctx *phc) {
phc->mp.call->foreign_media = 0;
if (phc->mp.call->drop_traffic) {
if (phc->mp.call->drop_traffic)
goto drop;
}
int stun_ret = media_demux_protocols(phc);
if (stun_ret == 0) // packet processed


Loading…
Cancel
Save