From c2603c1aebf6fb1fa723b28fed4484f0c15d74b4 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 13 Jul 2007 20:15:16 +0000 Subject: [PATCH] resolve a compiler warning git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75077 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {