mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
resolve a compiler warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75077 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -611,7 +611,7 @@ int ast_stun_request(int s, struct sockaddr_in *dst,
|
|||||||
fd_set rfds;
|
fd_set rfds;
|
||||||
struct timeval to = { 3, 0 }; /* timeout, make it configurable */
|
struct timeval to = { 3, 0 }; /* timeout, make it configurable */
|
||||||
struct sockaddr_in src;
|
struct sockaddr_in src;
|
||||||
int srclen;
|
socklen_t srclen;
|
||||||
|
|
||||||
res = stun_send(s, dst, req);
|
res = stun_send(s, dst, req);
|
||||||
if (res < 0) {
|
if (res < 0) {
|
||||||
|
Reference in New Issue
Block a user