mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-07 21:01:50 +00:00
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8326 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -957,7 +957,11 @@ int iax_init(char *ip, int preferredportno)
|
||||
{
|
||||
int portno = preferredportno;
|
||||
struct sockaddr_in sin;
|
||||
#ifdef WIN32
|
||||
socklen_t sinlen;
|
||||
#else
|
||||
unsigned int sinlen;
|
||||
#endif
|
||||
int flags;
|
||||
|
||||
init_time();
|
||||
|
||||
Reference in New Issue
Block a user