From: Russell Bryant Date: Fri, 13 Jul 2007 20:15:16 +0000 (+0000) Subject: resolve a compiler warning X-Git-Tag: 1.6.0-beta1~3^2~2064 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2603c1aebf6fb1fa723b28fed4484f0c15d74b4;p=thirdparty%2Fasterisk.git resolve a compiler warning git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75077 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/rtp.c b/main/rtp.c index 9f0c05808f..8aa86a6137 100644 --- a/main/rtp.c +++ b/main/rtp.c @@ -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) {