Skip to content

Commit

Permalink
TT#136957 fix typo
Browse files Browse the repository at this point in the history
Skip/continue to the correct label

Change-Id: I9de64a0e94189645ef205283ebfc601794d4343d
  • Loading branch information
rfuchs committed Jul 3, 2023
1 parent 40ebfdd commit 088c58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/media_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 088c58a

Please sign in to comment.