Update ms2 submodule.

This commit is contained in:
Ghislain MARY 2016-06-03 11:22:43 +02:00
parent eaed5fe047
commit 8b310c888e
2 changed files with 2 additions and 2 deletions

View file

@ -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