Commit 67771ba2 authored by Olivier Crête's avatar Olivier Crête

udp-turn: Start function with lock instead of unlock

parent d1611c0c
...@@ -1227,7 +1227,7 @@ nice_udp_turn_socket_parse_recv (NiceSocket *sock, NiceSocket **from_sock, ...@@ -1227,7 +1227,7 @@ nice_udp_turn_socket_parse_recv (NiceSocket *sock, NiceSocket **from_sock,
const guint16 *u16; const guint16 *u16;
} recv_buf; } recv_buf;
g_mutex_unlock (&mutex); g_mutex_lock (&mutex);
/* In the case of a reliable UDP-TURN-OVER-TCP (which means MS-TURN) /* In the case of a reliable UDP-TURN-OVER-TCP (which means MS-TURN)
* we must use RFC4571 framing */ * we must use RFC4571 framing */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment