git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8325 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-05-09 02:24:40 +00:00
parent c4a4a1de6e
commit 14bdb9357e
1 changed files with 1 additions and 1 deletions

View File

@ -957,7 +957,7 @@ int iax_init(char *ip, int preferredportno)
{
int portno = preferredportno;
struct sockaddr_in sin;
int sinlen;
socklen_t sinlen;
int flags;
init_time();