Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
8b310c88
Commit
8b310c88
authored
Jun 03, 2016
by
Ghislain MARY
Browse files
Update ms2 submodule.
parent
eaed5fe0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
coreapi/misc.c
coreapi/misc.c
+1
-1
mediastreamer2
mediastreamer2
+1
-1
No files found.
coreapi/misc.c
View file @
8b310c88
...
...
@@ -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
);
...
...
mediastreamer2
@
1d9ededc
Subproject commit 1
433a1b1e7be41d02f3918b4ad3d674c6768347d
Subproject commit 1
d9ededc3a45372b6e2ba4b8b6052edbdfadc450
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment