From 8b310c888ec43c1345e099b1a216e29a29e0b48b Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 3 Jun 2016 11:22:43 +0200 Subject: [PATCH] Update ms2 submodule. --- coreapi/misc.c | 2 +- mediastreamer2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/misc.c b/coreapi/misc.c index 6c989b066..b627b35c7 100644 --- a/coreapi/misc.c +++ b/coreapi/misc.c @@ -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); diff --git a/mediastreamer2 b/mediastreamer2 index 1433a1b1e..1d9ededc3 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit 1433a1b1e7be41d02f3918b4ad3d674c6768347d +Subproject commit 1d9ededc3a45372b6e2ba4b8b6052edbdfadc450