mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Update ms2 submodule.
This commit is contained in:
parent
eaed5fe047
commit
8b310c888e
2 changed files with 2 additions and 2 deletions
|
|
@ -397,7 +397,7 @@ static int recv_stun_response(ortp_socket_t sock, char *ipaddr, int *port, int *
|
|||
len = recv(sock, buf, len, 0);
|
||||
if (len > 0) {
|
||||
struct in_addr ia;
|
||||
resp = ms_stun_message_create_from_buffer_parsing((uint8_t *)buf, len);
|
||||
resp = ms_stun_message_create_from_buffer_parsing((uint8_t *)buf, (ssize_t)len);
|
||||
if (resp != NULL) {
|
||||
const MSStunAddress *stun_addr;
|
||||
UInt96 tr_id = ms_stun_message_get_tr_id(resp);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1433a1b1e7be41d02f3918b4ad3d674c6768347d
|
||||
Subproject commit 1d9ededc3a45372b6e2ba4b8b6052edbdfadc450
|
||||
Loading…
Add table
Reference in a new issue