resolve a compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75077 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Russell Bryant 19 years ago
parent fcd3f8dbea
commit c2603c1aeb

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

Loading…
Cancel
Save