This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
TT#136957 fix typo
Skip/continue to the correct label Change-Id: I9de64a0e94189645ef205283ebfc601794d4343d
pull/1692/head
Richard Fuchs
3 years ago
parent
40ebfdd427
commit
088c58a367
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/media_socket.c
+ 1
- 1
daemon/media_socket.c
View File
@ -2970,7 +2970,7 @@ static int stream_packet(struct packet_handler_ctx *phc) {
&
&
!
is_trickle_ice_address
(
&
mirror_sink
-
>
advertised_endpoint
)
)
)
{
mutex_unlock
(
&
mirror_sink
-
>
out_lock
)
;
goto
next
;
goto
next
_mirror
;
}
media_socket_dequeue
(
&
mirror_phc
.
mp
,
mirror_sink
)
;
Write
Preview
Loading…
Cancel
Save