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:
Russell Bryant 2007-07-13 20:15:16 +00:00
parent fcd3f8dbea
commit c2603c1aeb
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ int ast_stun_request(int s, struct sockaddr_in *dst,
fd_set rfds;
struct timeval to = { 3, 0 }; /* timeout, make it configurable */
struct sockaddr_in src;
int srclen;
socklen_t srclen;
res = stun_send(s, dst, req);
if (res < 0) {